Add join token expiry action in event modal
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-04 16:03:51 +01:00
parent beaff1c4e9
commit e911c2bd16
5 changed files with 195 additions and 1 deletions

View File

@@ -76,6 +76,9 @@
>
{{ __('admin.events.join_link.copy_link') }}
</x-filament::button>
@if (isset($action))
{{ $action->getModalAction('extend_join_token_expiry')(['token_id' => $token['id']]) }}
@endif
</div>
</div>