From c88369fd661b756b7f2112beb58b9cbac3b39775 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Wed, 26 Jul 2023 16:14:52 -0400 Subject: [PATCH] Remove file form field from CatalogSync This endpoint doesn't ask for a file, so this is superfluous and, therefore, confusing.. me. It's confusing me. Signed-off-by: Neil Hanlon --- peridot/ui/src/components/forms/SyncForm.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/peridot/ui/src/components/forms/SyncForm.tsx b/peridot/ui/src/components/forms/SyncForm.tsx index 3e043f3..69cfacf 100644 --- a/peridot/ui/src/components/forms/SyncForm.tsx +++ b/peridot/ui/src/components/forms/SyncForm.tsx @@ -122,14 +122,6 @@ export const SyncForm = (props: SyncFormProps) => { label="Branch" name="branch" /> -