Skip to content

Commit e49ff22

Browse files
committed
Fix storybook
1 parent 31567ce commit e49ff22

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/src/components/WorkspaceScheduleButton/WorkspaceScheduleButton.stories.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ export default {
1616
canUpdateWorkspace: {
1717
defaultValue: true,
1818
},
19+
deadlineMinusEnabled: {
20+
defaultValue: (): boolean => false
21+
},
22+
deadlinePlusEnabled: {
23+
defaultValue: (): boolean => false
24+
}
1925
},
2026
}
2127

@@ -64,6 +70,7 @@ WorkspaceOffShort.args = {
6470

6571
export const WorkspaceOffLong = Template.bind({})
6672
WorkspaceOffLong.args = {
73+
deadlinePlusEnabled: () => true,
6774
workspace: {
6875
...Mocks.MockWorkspace,
6976

0 commit comments

Comments
 (0)