Skip to content

Commit 9bcd672

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent cda196f commit 9bcd672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/DeleteUser.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const passwordInput = ref<InstanceType<typeof Input> | null>(null);
7575
</Button>
7676
</DialogClose>
7777

78-
<Button type="submit" variant="destructive" :disabled="processing"> Delete account </Button>
78+
<Button type="submit" variant="destructive" :disabled="processing" data-test="confirm-delete-user"> Delete account </Button>
7979
</DialogFooter>
8080
</Form>
8181
</DialogContent>

0 commit comments

Comments
 (0)