chore: temporarily halt full form validation

This commit is contained in:
Aarnav Tale 2025-03-01 10:32:33 -05:00
parent 6e514a9064
commit f7c9a14e92
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

@ -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>