Feature/wms 42 (#60)
* Added: transfer list component * Updated: package.json * Linted * Udpated: removed width constrain * create user role UI changes Co-authored-by: Llewellyn Dsouza <lledsouza2209@gmail.com>
This commit is contained in:
@@ -58,6 +58,7 @@ import SetupInventory from 'pages/setupInventory';
|
||||
import HomeIcon from 'assets/images/HomeIcon';
|
||||
import SetupIcon from 'assets/images/SetupIcon';
|
||||
import AddNewProduct from '../pages/addNewProduct';
|
||||
import CreateUserRole from 'pages/createUserRole';
|
||||
import WidgetLabel from 'pages/widgetLabel';
|
||||
|
||||
// Images
|
||||
@@ -202,6 +203,13 @@ const protectedRoutes = [
|
||||
route: '/setup/labeling/widget-label',
|
||||
hide: true,
|
||||
component: <WidgetLabel />
|
||||
},
|
||||
{
|
||||
name: 'Create Role',
|
||||
key: 'create-role',
|
||||
route: '/setup/users-access/create-role',
|
||||
hide: true,
|
||||
component: <CreateUserRole />
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user