260228:1544 20260228:15:45 ui update remove drawing categories from reference data
All checks were successful
Build and Deploy / deploy (push) Successful in 2m26s

This commit is contained in:
admin
2026-02-28 15:44:35 +07:00
parent cd70114d8e
commit 54a3755e6b

View File

@@ -27,12 +27,6 @@ const refMenu = [
href: '/admin/doc-control/reference/tags',
icon: Tag,
},
{
title: 'Drawing Categories',
description: 'Manage drawing sub-types and classifications',
href: '/admin/doc-control/reference/drawing-categories',
icon: Layers,
},
];
export default function ReferenceDataPage() {