Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
fix(front-end): Add isMenu in Control Panel Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Jan 5, 2021
1 parent ef96c6e commit 56e04d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kaizen/ClientApp/src/app/global/control-panel-cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const DASHBOARDS_CARDS: { [role: string]: DashboardCard[] } = {
{
title: 'Mis facturas',
iconName: 'attach_money',
isMenu: true,
subMenu: [
{ title: 'Facturas de servicio', iconName: 'batch_prediction', url: '/payments/invoices/services' },
{ title: 'Facturas de producto', iconName: 'eco', url: '/payments/invoices/products' }
Expand All @@ -18,6 +19,7 @@ export const DASHBOARDS_CARDS: { [role: string]: DashboardCard[] } = {
{
title: 'Facturas',
iconName: 'attach_money',
isMenu: true,
subMenu: [
{ title: 'Facturas de servicio', iconName: 'batch_prediction', url: '/payments/invoices/services' },
{ title: 'Facturas de producto', iconName: 'eco', url: '/payments/invoices/products' }
Expand Down

0 comments on commit 56e04d1

Please sign in to comment.