We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9122181 commit 1cd7584Copy full SHA for 1cd7584
resources/js/components/delete-user.tsx
@@ -74,7 +74,7 @@ export default function DeleteUser() {
74
</div>
75
76
<DialogFooter className="gap-2">
77
- <Button variant="secondary" onClick={closeModal}>
+ <Button variant="secondary" onClick={closeModal} type='button'>
78
Cancel
79
</Button>
80
0 commit comments