Changeset 87c9f1e for src/layouts/dashboard/nav-vertical.tsx
- Timestamp:
- 02/27/25 00:42:38 (5 weeks ago)
- Branches:
- main
- Children:
- 32e9876
- Parents:
- 3c5302a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/layouts/dashboard/nav-vertical.tsx
r3c5302a r87c9f1e 58 58 data={navData} 59 59 config={{ 60 currentRole: user?.role || ' admin',60 currentRole: user?.role || 'ADMIN', 61 61 }} 62 62 />
Note:
See TracChangeset
for help on using the changeset viewer.