complete story 6.4 with qa tests + fixed the problem with the navigation button to the export users page
This commit is contained in:
@@ -60,6 +60,9 @@ new class extends Component
|
||||
<flux:button href="{{ route('admin.posts.create') }}" icon="document-plus" wire:navigate>
|
||||
{{ __('widgets.create_post') }}
|
||||
</flux:button>
|
||||
<flux:button href="{{ route('admin.users.export') }}" icon="arrow-down-tray" wire:navigate>
|
||||
{{ __('widgets.export_users') }}
|
||||
</flux:button>
|
||||
<flux:button wire:click="openBlockModal" icon="clock">
|
||||
{{ __('widgets.block_time_slot') }}
|
||||
</flux:button>
|
||||
|
||||
Reference in New Issue
Block a user