Merge pull request #142 from NeilHanlon/remove-syncform-file-field

Remove file form field from CatalogSync
This commit is contained in:
resf-prow[bot] 2023-07-31 05:20:09 +00:00 committed by GitHub
commit 163e01c788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">