Merge pull request #273 from wettiemans/fix/242-template-type-dropdown

This commit is contained in:
Dries Augustyns
2026-01-17 12:40:18 +01:00
committed by GitHub
+1 -1
View File
@@ -118,7 +118,7 @@ export default function TemplateEditorPage() {
} }
}; };
if (!template) { if (!template || Object.keys(editedTemplate).length === 0) {
return ( return (
<DashboardLayout> <DashboardLayout>
<div className="flex items-center justify-center min-h-[400px]"> <div className="flex items-center justify-center min-h-[400px]">