merging dashboard

This commit is contained in:
Yasiu1376
2023-12-19 10:01:07 +03:30
parent 0bc9c41086
commit a6073a8e01

View File

@@ -11,7 +11,7 @@ const DashboardLayout = (props) => {
<>
<DashboardLayoutPure
middlewares={{list: [UserInfo], props: {...middlewaresProps,loginUrl:'/login'}}}
user_introduction={user.type_name}
user_introduction={user.phone_number}
headerProfileItems={headerProfileItems}
sidebarMenu={sidebarMenu}
urlNotification={GET_SIDEBAR_NOTIFICATION}