From 956ddfdef4faa5ede9fb0f60a420e7c554724393 Mon Sep 17 00:00:00 2001
From: pawan-dot <71133473+pawan-dot@users.noreply.github.com>
Date: Tue, 18 Jun 2024 16:48:09 +0530
Subject: [PATCH] producy and category and tax functionality added and
integrated
---
src/_nav.js | 58 ++++++++++++++++++++++++++---------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/src/_nav.js b/src/_nav.js
index 6d3bbc5..45a90f4 100644
--- a/src/_nav.js
+++ b/src/_nav.js
@@ -98,36 +98,36 @@ const _nav = [
// ],
// },
- // {
- // component: CNavGroup,
- // name: "Product Management",
- // icon: ,
- // group: "",
+ {
+ component: CNavGroup,
+ name: "Product Management",
+ icon: ,
+ group: "",
- // items: [
- // {
- // component: CNavItem,
- // name: "Categories",
- // icon: ,
- // to: "/categories",
- // group: "Product Management",
- // },
- // {
- // component: CNavItem,
- // name: "Products",
- // icon: ,
- // to: "/products",
- // group: "Product Management",
- // },
- // {
- // component: CNavItem,
- // name: "GST Rate",
- // icon: ,
- // to: "/tax",
- // group: "Product Management",
- // },
- // ],
- // },
+ items: [
+ {
+ component: CNavItem,
+ name: "Categories",
+ icon: ,
+ to: "/categories",
+ group: "Product Management",
+ },
+ {
+ component: CNavItem,
+ name: "Products",
+ icon: ,
+ to: "/products",
+ group: "Product Management",
+ },
+ {
+ component: CNavItem,
+ name: "GST Rate",
+ icon: ,
+ to: "/tax",
+ group: "Product Management",
+ },
+ ],
+ },
// {
// component: CNavGroup,
// name: "Orders",