From baf96da5eb368240f39a596f8a9b17cf7f9dde65 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 23 Aug 2025 04:35:55 -0400 Subject: [PATCH] fix filter --- src/components/layouts/aside/DashboardAside.jsx | 17 ++--------------- .../transactions/SubscriptionsCom.jsx | 4 ++-- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/src/components/layouts/aside/DashboardAside.jsx b/src/components/layouts/aside/DashboardAside.jsx index 908d3c0..ada2544 100644 --- a/src/components/layouts/aside/DashboardAside.jsx +++ b/src/components/layouts/aside/DashboardAside.jsx @@ -143,23 +143,10 @@ const asideNavLinks = [ {name: 'Customers', status:1, icon: 'dot', to: RouteLinks.customerPage}, {name: 'Billings', status:1, icon: 'dot', to: RouteLinks.billings}, {name: 'Configurations', status:1, icon: 'arrow-right', subLinks: [ - {name: 'Product Settings', status:1, icon: 'dot', to: RouteLinks.offers }, - {name: 'Manage 2', status:1, icon: 'dot', to: RouteLinks.offers }, + {name: 'Sub. Settings', status:1, icon: 'dot', to: RouteLinks.offers }, + {name: 'Users Manager', status:1, icon: 'dot', to: RouteLinks.offers }, ] }, ], }, - // {name:'Product 2', title:'Product 2', status:1, icon: 'product', subLinks: [ - // {name: 'Applications', status:1, icon: 'dot', to: ''}, - // ] - // }, - // {name:'Product 3', title:'Product 3', status:1, icon: 'product', subLinks: [ - // {name: 'Applications', status:1, icon: 'dot', to: ''}, - // {name: 'Configuration', status:1, icon: 'dot', to: ''}, - // ] - // }, - // {name:'Administration', title:'Admin', status:1, icon: 'people', subLinks: [ - // {name: 'Users', status:1, icon: 'dot', to: RouteLinks.usersPage}, - // ] - // }, ] diff --git a/src/components/transactions/SubscriptionsCom.jsx b/src/components/transactions/SubscriptionsCom.jsx index 321d699..d03f09a 100644 --- a/src/components/transactions/SubscriptionsCom.jsx +++ b/src/components/transactions/SubscriptionsCom.jsx @@ -69,8 +69,8 @@ export default function SubscriptionsCom() {