Remove default form submit in accounts New

This commit is contained in:
AkiraFukushima 2024-01-28 11:30:50 +09:00
parent 58ea78e9a1
commit be5f037814
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ export default function New(props: NewProps) {
<span>{error}</span>
</Alert>
)}
<form className="flex max-w-md flex-col gap-2">
<div className="flex max-w-md flex-col gap-2">
{sns === null ? (
<>
<div className="block">
@ -165,7 +165,7 @@ export default function New(props: NewProps) {
)}
</>
)}
</form>
</div>
</DialogBody>
</Dialog>
</>