feature/wms-36 complete design of widget label screen (#58)

* feature/wms-36 complete design of widget label screen
* Linted

Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com>
This commit is contained in:
Hiren Padsala
2022-02-16 10:43:23 +05:30
committed by GitHub
parent 66443f85a1
commit fc5128aec1
4 changed files with 336 additions and 1 deletions

View File

@@ -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 WidgetLabel from 'pages/widgetLabel';
// Images
// import profilePicture from 'assets/images/team-3.jpg';
@@ -194,6 +195,13 @@ const protectedRoutes = [
route: '/setup/warehouse/edit-warehouse',
hide: true,
component: <EditWarehouseDetails />
},
{
name: 'Widget Label',
key: 'widget-label',
route: '/setup/labeling/widget-label',
hide: true,
component: <WidgetLabel />
}
]
}