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 8b6bfcf commit 54f9d95Copy full SHA for 54f9d95
site/src/pages/TemplateSettingsPage/TemplateSettingsForm.tsx
@@ -183,24 +183,6 @@ export const TemplateSettingsForm: FC<TemplateSettingsForm> = ({
183
/>
184
</FormSection>
185
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
-
204
<FormSection
205
title={t("operations.title")}
206
description={t("operations.description")}
0 commit comments