We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ff3fe commit e147ec0Copy full SHA for e147ec0
resources/views/livewire/prompt.blade.php
@@ -9,7 +9,7 @@
9
@endisset
10
<p>{{ $description }}</p>
11
<div class="actions">
12
- <a class="cta" href="{{ $actionUrl }}">{{ $actionLabel }}</a>
+ <a class="cta" href="{{ $actionUrl }}" wire:click="dismiss">{{ $actionLabel }}</a>
13
<form wire:submit="dismiss">
14
<button class="borderless" @click="visible = false">{{ __('Dismiss') }}</button>
15
</form>
0 commit comments