Skip to content

Commit

Permalink
OSB-11: fixed entry id for payment plan
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Jan 15, 2025
1 parent a38334e commit bcabb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const DEFAULT_CONFIG = {
icon: <LocalOffer />,
route: "/" + ROUTE_PAYMENT_PLANS,
filter: rights => rights.includes(RIGHT_PAYMENT_PLAN_SEARCH),
id: 'admin.paymentPlans'
id: 'legalAndFinance.paymentPlans'
}
]
}
Expand Down

0 comments on commit bcabb62

Please sign in to comment.