We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31567ce commit e49ff22Copy full SHA for e49ff22
site/src/components/WorkspaceScheduleButton/WorkspaceScheduleButton.stories.tsx
@@ -16,6 +16,12 @@ export default {
16
canUpdateWorkspace: {
17
defaultValue: true,
18
},
19
+ deadlineMinusEnabled: {
20
+ defaultValue: (): boolean => false
21
+ },
22
+ deadlinePlusEnabled: {
23
24
+ }
25
26
}
27
@@ -64,6 +70,7 @@ WorkspaceOffShort.args = {
64
70
65
71
export const WorkspaceOffLong = Template.bind({})
66
72
WorkspaceOffLong.args = {
73
+ deadlinePlusEnabled: () => true,
67
74
workspace: {
68
75
...Mocks.MockWorkspace,
69
76
0 commit comments