refactor: update table component types and enhance admin menu with category and tag

This commit is contained in:
Ardeman
2025-03-09 15:31:10 +08:00
parent 422c9cbfe2
commit 64bb369c59
6 changed files with 62 additions and 42 deletions
+16
View File
@@ -72,4 +72,20 @@ export const SUB_MENU = [
title: 'Update Artikel',
path: '/lg-admin/contents/update',
},
{
title: 'Buat Kategori',
path: '/lg-admin/categories/create',
},
{
title: 'Update Kategori',
path: '/lg-admin/categories/update',
},
{
title: 'Buat Tag',
path: '/lg-admin/tags/create',
},
{
title: 'Update Tag',
path: '/lg-admin/tags/update',
},
]