Changeset 87c9f1e for src/layouts


Ignore:
Timestamp:
02/27/25 00:42:38 (5 weeks ago)
Author:
Naum Shapkarovski <naumshapkarovski@…>
Branches:
main
Children:
32e9876
Parents:
3c5302a
Message:

update the seed script. update the prisma schema, use mapping

Location:
src/layouts/dashboard
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/layouts/dashboard/nav-horizontal.tsx

    r3c5302a r87c9f1e  
    4141          data={navData}
    4242          config={{
    43             currentRole: user?.role || 'admin',
     43            currentRole: user?.role || 'ADMIN',
    4444          }}
    4545        />
  • src/layouts/dashboard/nav-mini.tsx

    r3c5302a r87c9f1e  
    5151          data={navData}
    5252          config={{
    53             currentRole: user?.role || 'admin',
     53            currentRole: user?.role || 'ADMIN',
    5454          }}
    5555        />
  • src/layouts/dashboard/nav-vertical.tsx

    r3c5302a r87c9f1e  
    5858        data={navData}
    5959        config={{
    60           currentRole: user?.role || 'admin',
     60          currentRole: user?.role || 'ADMIN',
    6161        }}
    6262      />
Note: See TracChangeset for help on using the changeset viewer.