fix(webapp): code cleanup

This commit is contained in:
Ahmed Bouhuolia
2023-09-22 15:25:56 +02:00
parent ce41845bd7
commit 92ac0dbd25
12 changed files with 32 additions and 24 deletions

View File

@@ -24,6 +24,7 @@ import {
ExpenseAction,
CashflowAction,
PreferencesAbility,
TaxRateAction,
} from '@/constants/abilityOption';
import { DialogsName } from './dialogs';
@@ -410,6 +411,10 @@ export const SidebarMenu = [
text: 'Tax Rates',
href: '/tax-rates',
type: ISidebarMenuItemType.Link,
permission: {
subject: AbilitySubject.TaxRate,
ability: TaxRateAction.View,
},
},
],
},