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 cda196f commit 9bcd672Copy full SHA for 9bcd672
resources/js/components/DeleteUser.vue
@@ -75,7 +75,7 @@ const passwordInput = ref<InstanceType<typeof Input> | null>(null);
75
</Button>
76
</DialogClose>
77
78
- <Button type="submit" variant="destructive" :disabled="processing"> Delete account </Button>
+ <Button type="submit" variant="destructive" :disabled="processing" data-test="confirm-delete-user"> Delete account </Button>
79
</DialogFooter>
80
</Form>
81
</DialogContent>
0 commit comments