Add join token expiry action in event modal
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user