From bd2e401b5336992cb76b247311d7e135e2ba7b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chy=C5=82a?= Date: Tue, 10 Oct 2023 10:03:15 +0200 Subject: [PATCH] Add missing prop to storybook --- .../components/VoucherDetailsPage/VoucherDetailsPage.stories.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.stories.tsx b/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.stories.tsx index a9c160d1bb8..d9a08a2257b 100644 --- a/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.stories.tsx +++ b/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.stories.tsx @@ -22,6 +22,7 @@ const props: VoucherDetailsPageProps = { ...listActionsProps, ...pageListProps.default, voucherCodes: [], + addedVoucherCodes: [], onVoucherCodesSettingsChange: () => undefined, selectedVoucherCodesIds: [], voucherCodesLoading: false,