Skip to content

Commit

Permalink
fix: removed wire confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-staab committed Feb 24, 2024
1 parent 27c1ea4 commit 3e00d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resources/views/livewire/group/edit-group.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
{{-- In work, do what you enjoy. --}}
</div>
1 change: 0 additions & 1 deletion resources/views/livewire/group/list-group.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<x-table.cell>
<x-button.link-danger icon-leading="fas-trash"
wire:click="deletePrepare('{{ $realm_uid }}', '{{ $group->getFirstAttribute('cn')}}')"
wire:confirm="test"
>
{{ __('Delete') }}
</x-button.link-danger>
Expand Down

0 comments on commit 3e00d01

Please sign in to comment.