Fixed issue of code (#50)
* Fixed issue of code * Fixed wms-34 comment as per jira ticket * Updated: Linted and fixed import * Renamed: File Component * Added: route Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com>
This commit is contained in:
@@ -57,6 +57,7 @@ import LabelingHome from 'pages/labellingHome';
|
||||
import SetupInventory from 'pages/setupInventory';
|
||||
import HomeIcon from 'assets/images/HomeIcon';
|
||||
import SetupIcon from 'assets/images/SetupIcon';
|
||||
import AddNewProduct from '../pages/addNewProduct';
|
||||
|
||||
// Images
|
||||
// import profilePicture from 'assets/images/team-3.jpg';
|
||||
@@ -147,6 +148,13 @@ const protectedRoutes = [
|
||||
route: '/setup/inventory/inventory-new',
|
||||
component: <InventoryScreen />
|
||||
},
|
||||
{
|
||||
name: 'Add New Product',
|
||||
key: 'add-new-product',
|
||||
hide: true,
|
||||
route: '/setup/inventory/product/add-new-product',
|
||||
component: <AddNewProduct />
|
||||
},
|
||||
{
|
||||
name: 'Location Labeling',
|
||||
key: 'location-labeling',
|
||||
|
||||
Reference in New Issue
Block a user