Skip to content

Commit

Permalink
Add missing prop to storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Oct 10, 2023
1 parent 21f6c4e commit bd2e401
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const props: VoucherDetailsPageProps = {
...listActionsProps,
...pageListProps.default,
voucherCodes: [],
addedVoucherCodes: [],
onVoucherCodesSettingsChange: () => undefined,
selectedVoucherCodesIds: [],
voucherCodesLoading: false,
Expand Down

0 comments on commit bd2e401

Please sign in to comment.