260320:1131 Refactor Overrall #01
Build and Deploy / deploy (push) Has been cancelled

This commit is contained in:
admin
2026-03-20 11:31:27 +07:00
parent f1b81a7d0d
commit 1d3479770b
147 changed files with 1745 additions and 1567 deletions
@@ -42,7 +42,6 @@ export default function EditTemplatePage() {
}
} catch (error) {
toast.error('Failed to load template');
console.error('[EditTemplatePage] fetchTemplate:', error);
} finally {
setLoading(false);
}
@@ -57,7 +56,6 @@ export default function EditTemplatePage() {
router.push('/admin/doc-control/numbering');
} catch (error) {
toast.error('Failed to update template');
console.error('[EditTemplatePage] handleSave:', error);
}
};