Enable Global Search (#783)
This commit is contained in:
parent
a0f5ef13d6
commit
fd5016809a
@ -540,7 +540,6 @@ class ListFiles extends ListRecords
|
|||||||
]),
|
]),
|
||||||
HeaderAction::make('search')
|
HeaderAction::make('search')
|
||||||
->authorize(fn () => auth()->user()->can(Permission::ACTION_FILE_READ, $server))
|
->authorize(fn () => auth()->user()->can(Permission::ACTION_FILE_READ, $server))
|
||||||
->hidden() // TODO: wait for wings pr (https://github.com/pelican-dev/wings/pull/44)
|
|
||||||
->label('Global Search')
|
->label('Global Search')
|
||||||
->modalSubmitActionLabel('Search')
|
->modalSubmitActionLabel('Search')
|
||||||
->form([
|
->form([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user