mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-21 02:08:29 +00:00
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:
parent
320a10d11c
commit
c88369fd66
@ -122,14 +122,6 @@ export const SyncForm = (props: SyncFormProps) => {
|
|||||||
label="Branch"
|
label="Branch"
|
||||||
name="branch"
|
name="branch"
|
||||||
/>
|
/>
|
||||||
<TextField
|
|
||||||
sx={{ display: 'flex' }}
|
|
||||||
required
|
|
||||||
size="small"
|
|
||||||
label="File"
|
|
||||||
name="file"
|
|
||||||
defaultValue="catalog.cfg"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-full flex justify-end mt-4">
|
<div className="w-full flex justify-end mt-4">
|
||||||
|
Loading…
Reference in New Issue
Block a user