mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: state.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
let templateType = $state(null);
|
||||
let isTemplateLoading = $state(false);
|
||||
let openStates = Object.fromEntries(templates.map(({ key }) => [key, false]));
|
||||
let openStates = $state(Object.fromEntries(templates.map(({ key }) => [key, false])));
|
||||
|
||||
loadTemplateFor(EmailTemplateType.Verification);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user