fix: #311
This commit is contained in:
parent
912e439645
commit
986858345e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export default function Urls() {
|
|||
<form onSubmit={form.onSubmit((v) => onSubmit(v))}>
|
||||
<TextInput id='url' label='URL' {...form.getInputProps('url')} />
|
||||
<TextInput id='vanity' label='Vanity' {...form.getInputProps('vanity')} />
|
||||
<NumberInput id='maxViews' label='Max Views' {...form.getInputProps('maxViews')} />
|
||||
<NumberInput id='maxViews' label='Max Views' {...form.getInputProps('maxViews')} min={0} />
|
||||
|
||||
<Group position='right' mt='md'>
|
||||
<Button onClick={() => setCreateOpen(false)}>Cancel</Button>
|
||||
|
|
Loading…
Reference in a new issue