mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
remove: unused variable.
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
|
||||
let showFailed = $state(false);
|
||||
let errors: string[] = $state([]);
|
||||
let selected: string[] = $state([]);
|
||||
|
||||
const columns = writable<Column[]>([
|
||||
{ id: '$id', title: 'Message ID', type: 'string', width: 200 },
|
||||
|
||||
Reference in New Issue
Block a user