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 5984c70 commit 1e43125Copy full SHA for 1e43125
resources/js/components/DeleteUser.vue
@@ -75,8 +75,8 @@ const closeModal = () => {
75
<Button variant="secondary" @click="closeModal"> Cancel </Button>
76
</DialogClose>
77
78
- <Button variant="destructive" :disabled="form.processing">
79
- <button type="submit">Delete account</button>
+ <Button type="submit" variant="destructive" :disabled="form.processing">
+ Delete account
80
</Button>
81
</DialogFooter>
82
</form>
0 commit comments