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 <neil@rockylinux.org>
This commit is contained in:
Neil Hanlon 2023-07-26 16:14:52 -04:00
parent 320a10d11c
commit c88369fd66
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 0 additions and 8 deletions

View File

@ -122,14 +122,6 @@ export const SyncForm = (props: SyncFormProps) => {
label="Branch"
name="branch"
/>
<TextField
sx={{ display: 'flex' }}
required
size="small"
label="File"
name="file"
defaultValue="catalog.cfg"
/>
</div>
</div>
<div className="w-full flex justify-end mt-4">