Skip to content

Commit c0e8299

Browse files
committed
OSB-11: fixed submenu id for cycle
1 parent 4dbee66 commit c0e8299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const DEFAULT_CONFIG = {
4545
icon: <LocalOffer />,
4646
route: `/${ROUTE_PAYMENT_CYCLES}`,
4747
filter: (rights) => rights.includes(RIGHT_PAYMENT_CYCLE_SEARCH),
48-
id: 'invoice.paymentCycles',
48+
id: 'legalAndFinance.paymentCycles',
4949
},
5050
],
5151
'paymentCycle.TabPanel.label': [PaymentCycleBenefitsTabLabel, PaymentCycleTaskTabLabel],

0 commit comments

Comments
 (0)