Skip to content

Commit 54f9d95

Browse files
committed
Remove duplicated ttl field
1 parent 8b6bfcf commit 54f9d95

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

site/src/pages/TemplateSettingsPage/TemplateSettingsForm.tsx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -183,24 +183,6 @@ export const TemplateSettingsForm: FC<TemplateSettingsForm> = ({
183183
/>
184184
</FormSection>
185185

186-
<FormSection
187-
title={t("schedule.title")}
188-
description={t("schedule.description")}
189-
>
190-
<TextField
191-
{...getFieldHelpers(
192-
"default_ttl_ms",
193-
<TTLHelperText ttl={form.values.default_ttl_ms} />,
194-
)}
195-
disabled={isSubmitting}
196-
fullWidth
197-
inputProps={{ min: 0, step: 1 }}
198-
label={t("defaultTtlLabel")}
199-
variant="outlined"
200-
type="number"
201-
/>
202-
</FormSection>
203-
204186
<FormSection
205187
title={t("operations.title")}
206188
description={t("operations.description")}

0 commit comments

Comments
 (0)