Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 01:37:56 +00:00
co-authored by renee-png
parent 512813a393
commit 3747d82c07
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ export function CustomFormBuilder() {
.from("custom_form_templates")
.select("*")
.order("updated_at", { ascending: false });
setTemplates((data ?? []) as SavedTemplate[]);
setTemplates((data ?? []) as unknown as SavedTemplate[]);
};
// Apply font style to editor DOM