From df1d9e4e24b3c3cd827c93e1c83c135e257b0884 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Tue, 3 Dec 2019 17:43:02 +0100 Subject: [PATCH] Fix types --- src/storybook/stories/staff/StaffDetailsPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storybook/stories/staff/StaffDetailsPage.tsx b/src/storybook/stories/staff/StaffDetailsPage.tsx index 455e7d7fe..4559cd2aa 100644 --- a/src/storybook/stories/staff/StaffDetailsPage.tsx +++ b/src/storybook/stories/staff/StaffDetailsPage.tsx @@ -16,6 +16,7 @@ const props: Omit = { canRemove: true, disabled: false, onBack: () => undefined, + onChangePassword: () => undefined, onDelete: () => undefined, onImageDelete: () => undefined, onImageUpload: () => undefined,