chore: temporarily halt full form validation
This commit is contained in:
parent
6e514a9064
commit
f7c9a14e92
2 changed files with 6 additions and 3 deletions
|
|
@ -122,9 +122,7 @@ function Panel(props: DialogPanelProps) {
|
|||
<Button
|
||||
type="submit"
|
||||
variant={variant === 'destructive' ? 'danger' : 'heavy'}
|
||||
isDisabled={
|
||||
isDisabled || !(ref.current?.checkValidity() ?? true)
|
||||
}
|
||||
isDisabled={isDisabled}
|
||||
>
|
||||
Confirm
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue