Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 01:46:11 +00:00
co-authored by renee-png
parent 1c3c35c206
commit 128e9bad0c
+1 -1
View File
@@ -42,7 +42,7 @@ function NewTemplatePage() {
description: description.trim() || null,
kind: "general",
body,
fields,
fields: fields as any,
created_by: user?.id,
}).select().single();
setSaving(false);