delete bookCase images

This commit is contained in:
HolgerHatGarKeineNode
2023-02-11 21:03:37 +01:00
parent dc1edcde08
commit a9fbe7ac14
3 changed files with 37 additions and 27 deletions

View File

@@ -172,12 +172,12 @@
<div x-data="{}">
<x-button
x-on:click="$wireui.confirmDialog({
icon: 'question',
title: '{{ __('Are you sure you want to cancel your participation?') }}',
accept: {label: '{{ __('Yes') }}',
execute: () => $wire.cannotCome()},
reject: {label: '{{ __('No, cancel') }}',
}})"
icon: 'question',
title: '{{ __('Are you sure you want to cancel your participation?') }}',
accept: {label: '{{ __('Yes') }}',
execute: () => $wire.cannotCome()},
reject: {label: '{{ __('No, cancel') }}',
}})"
lg primary>
<i class="fa fa-thin fa-face-frown mr-2"></i>
{{ __('Unfortunately I cannot come') }}