Skip to content

Commit

Permalink
Adjust patron storybook menu to reflect harcoded conf in dpl-cms
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Jan 16, 2024
1 parent 72b39fa commit 091eef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/menu/menu.dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
},
menuNavigationDataConfig: {
defaultValue:
'[{"name": "Loans","link": "","dataId": "1"},{"name": "Reservations","link": "","dataId": "2"},{"name": "My list","link": "","dataId": "3"},{"name": "Fees & Replacement costs","link": "","dataId": "4"},{"name": "My account","link": "","dataId": "5"}]',
'[{"name":"Dashboard","link":"/user/me/dashboard","dataId":"40"},{"name":"Loans","link":"/user/me/loans","dataId":"1"},{"name":"Reservations","link":"/user/me/reservations","dataId":"2"},{"name":"My list","link":"/user/me/favorites","dataId":"20"},{"name":"Fees & Replacement costs","link":"/user/me/fees","dataId":"4"}]',
control: { type: "text" }
},
menuNotificationLoansExpiredText: {
Expand Down

0 comments on commit 091eef5

Please sign in to comment.