Skip to content

Commit 8a2e8fb

Browse files
committed
Format
1 parent 01780a4 commit 8a2e8fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const WorkspaceScheduleForm: FC<
192192
onCancel,
193193
onSubmit,
194194
initialTouched,
195-
defaultTTL
195+
defaultTTL,
196196
}) => {
197197
const styles = useStyles()
198198

site/src/pages/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const WorkspaceSchedulePage: React.FC = () => {
4747
getTemplateError,
4848
permissions,
4949
workspace,
50-
template
50+
template,
5151
} = scheduleState.context
5252

5353
// Get workspace on mount and whenever the args for getting a workspace change.

0 commit comments

Comments
 (0)