Skip to content

Commit

Permalink
fix delete user button (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji authored Aug 18, 2024
1 parent b40a6a9 commit 15c8a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/web/src/lib/components/users/delete.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</script>

<AlertDialog.Root bind:open={deleteOpen}>
<AlertDialog.Trigger let:builder>
<AlertDialog.Trigger asChild let:builder>
<Button
builders={[builder]}
variant="ghost"
Expand Down

0 comments on commit 15c8a31

Please sign in to comment.