mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
address type related comment.
This commit is contained in:
+4
-1
@@ -58,7 +58,10 @@
|
||||
|
||||
let showRestore = $state(false);
|
||||
let showCustomId = $state(false);
|
||||
let newDatabaseInfo: { name: string; id: string } = $state({ name: null, id: null });
|
||||
let newDatabaseInfo: { name: string | null; id: string | null } = $state({
|
||||
name: null,
|
||||
id: null
|
||||
});
|
||||
|
||||
let confirmSameDbRestore = $state(false);
|
||||
let selectedRestoreOption = $state('new');
|
||||
|
||||
Reference in New Issue
Block a user