diff --git a/app/client/modules/backups/components/create-schedule-form/advanced-section.tsx b/app/client/modules/backups/components/create-schedule-form/advanced-section.tsx index 72d3f831..882174e0 100644 --- a/app/client/modules/backups/components/create-schedule-form/advanced-section.tsx +++ b/app/client/modules/backups/components/create-schedule-form/advanced-section.tsx @@ -2,6 +2,7 @@ import { FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessa import { Textarea } from "~/client/components/ui/textarea"; import type { UseFormReturn } from "react-hook-form"; import type { InternalFormValues } from "./types"; +import { Input } from "~/client/components/ui/input"; type AdvancedSectionProps = { form: UseFormReturn; @@ -9,27 +10,72 @@ type AdvancedSectionProps = { export const AdvancedSection = ({ form }: AdvancedSectionProps) => { return ( - ( - - Custom restic parameters - -