From 02a9575cf74e3e0a67eab614520253c29192d123 Mon Sep 17 00:00:00 2001 From: Gareth George Date: Sat, 2 Mar 2024 13:32:27 -0800 Subject: [PATCH] fix: bugs in env var validation and form field handling --- webui/src/views/AddPlanModal.tsx | 20 ++++++++++---------- webui/src/views/AddRepoModal.tsx | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/webui/src/views/AddPlanModal.tsx b/webui/src/views/AddPlanModal.tsx index 5c3d90a9..5289f00c 100644 --- a/webui/src/views/AddPlanModal.tsx +++ b/webui/src/views/AddPlanModal.tsx @@ -392,16 +392,6 @@ export const AddPlanModal = ({ - {/* Plan.retention */} - - - {/* Plan.hooks */} - Hooks} - > - - - {/* Plan.backup_flags */} Backup Flags}> + {/* Plan.retention */} + + + {/* Plan.hooks */} + Hooks} + > + + + {() => ( ( <> {fields.map((field, index) => ( - console.log("FIELD: ", field),