Merge remote-tracking branch 'origin/main' into ui

This commit is contained in:
2025-03-29 09:33:38 +05:30
8 changed files with 17 additions and 34 deletions

View File

@@ -5,7 +5,6 @@ const Templates = () => {
const { templates, removeTemplate } = useTemplateStore();
const { setSelectedZone } = useSelectedZoneStore();
console.log("templates: ", templates);
const handleDeleteTemplate = (id: string) => {
removeTemplate(id);
};