Skip to content

Commit 8b1b291

Browse files
committed
Remove helper text
1 parent 1b8ec42 commit 8b1b291

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ export const Language = {
5858
dayFridayLabel: "Fri",
5959
daySaturdayLabel: "Sat",
6060
startTimeLabel: "Start time",
61-
startTimeHelperText: "Time the workspace will automatically start.",
62-
noStartTimeHelperText: "Your workspace will not automatically start.",
6361
timezoneLabel: "Timezone",
6462
ttlLabel: "Time until shutdown (hours)",
6563
ttlCausesShutdownHelperText: "Your workspace will shut down",
@@ -301,12 +299,7 @@ export const WorkspaceScheduleForm: FC<
301299
/>
302300
<Stack direction="row">
303301
<TextField
304-
{...formHelpers(
305-
"startTime",
306-
form.values.autostartEnabled
307-
? Language.startTimeHelperText
308-
: Language.noStartTimeHelperText,
309-
)}
302+
{...formHelpers("startTime")}
310303
disabled={isLoading || !form.values.autostartEnabled}
311304
InputLabelProps={{
312305
shrink: true,

0 commit comments

Comments
 (0)