Enable Global Search (#783)

This commit is contained in:
Charles 2024-12-07 22:43:44 -05:00 committed by GitHub
parent a0f5ef13d6
commit fd5016809a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -540,7 +540,6 @@ class ListFiles extends ListRecords
]),
HeaderAction::make('search')
->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')
->modalSubmitActionLabel('Search')
->form([