fix: type error
This commit is contained in:
parent
9117a9d779
commit
c8926682b2
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function CreateInviteModal({ open, setOpen, updateInvites }) {
|
|||
min={1}
|
||||
stepHoldDelay={200}
|
||||
stepHoldInterval={100}
|
||||
parser={(v: string) => Number(v.replace(/[^\d]/g, ''))}
|
||||
parser={(v: string) => v.replace(/[^\d]/g, '')}
|
||||
/>
|
||||
|
||||
<Group position='right' mt='md'>
|
||||
|
|
Loading…
Add table
Reference in a new issue