Skip to content

Commit cda196f

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

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
@@ -33,7 +33,7 @@ const passwordInput = ref<InstanceType<typeof Input> | null>(null);
3333
</div>
3434
<Dialog>
3535
<DialogTrigger as-child>
36-
<Button variant="destructive">Delete account</Button>
36+
<Button variant="destructive" data-test="delete-user">Delete account</Button>
3737
</DialogTrigger>
3838
<DialogContent>
3939
<Form

0 commit comments

Comments
 (0)