Changeset 87c9f1e for src/layouts/dashboard
- Timestamp:
- 02/27/25 00:42:38 (6 weeks ago)
- Branches:
- main
- Children:
- 32e9876
- Parents:
- 3c5302a
- Location:
- src/layouts/dashboard
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/layouts/dashboard/nav-horizontal.tsx
r3c5302a r87c9f1e 41 41 data={navData} 42 42 config={{ 43 currentRole: user?.role || ' admin',43 currentRole: user?.role || 'ADMIN', 44 44 }} 45 45 /> -
src/layouts/dashboard/nav-mini.tsx
r3c5302a r87c9f1e 51 51 data={navData} 52 52 config={{ 53 currentRole: user?.role || ' admin',53 currentRole: user?.role || 'ADMIN', 54 54 }} 55 55 /> -
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.