Skip to content

Commit 854f781

Browse files
committed
fixup! initialization
1 parent 747b52f commit 854f781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export const WorkspaceSchedulePage: React.FC = () => {
151151
return (
152152
<WorkspaceScheduleForm
153153
fieldErrors={formErrors}
154+
initialValues={workspaceToInitialValues(workspace)}
154155
isLoading={scheduleState.tags.has("loading")}
155156
onCancel={() => {
156157
navigate(`/workspaces/${workspaceId}`)

0 commit comments

Comments
 (0)