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 8a2e8fb commit 2f92099Copy full SHA for 2f92099
site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.stories.tsx
@@ -7,7 +7,7 @@ import {
7
defaultSchedule,
8
emptySchedule,
9
} from "pages/WorkspaceSchedulePage/schedule"
10
-import { defaultTTL, emptyTTL } from "pages/WorkspaceSchedulePage/ttl"
+import { emptyTTL } from "pages/WorkspaceSchedulePage/ttl"
11
import { makeMockApiError } from "testHelpers/entities"
12
import {
13
WorkspaceScheduleForm,
@@ -39,7 +39,7 @@ const defaultInitialValues = {
39
autoStartEnabled: true,
40
...defaultSchedule(),
41
autoStopEnabled: true,
42
- ttl: defaultTTL,
+ ttl: 24,
43
}
44
45
export const AllDisabled = Template.bind({})
0 commit comments