Skip to content

Commit d8c2516

Browse files
committed
fix: button type
1 parent ca1c46d commit d8c2516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/app/dialogs/connect-vercel-frame.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ function FormStepper({ onClose }: { onClose?: () => void }) {
104104
Previous
105105
</Button>
106106
<Button
107+
type="button"
107108
onClick={
108109
methods.isLast
109110
? onClose

0 commit comments

Comments
 (0)