This commit is contained in:
Benjamin Takats
2023-01-24 16:41:34 +01:00
parent 36aef7e1af
commit 7e5f6c30ad
9 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
<x-button amber wire:click="courseSearch({{ $row->id }})">
{{ __('Show dates') }}
</x-button>
<div wire:key="courses_action_{{ $row->id }}">
<x-button amber wire:click="courseSearch({{ $row->id }})">
{{ __('Show dates') }}
</x-button>
</div>