Hide global search button for now (#738)

This commit is contained in:
Boy132 2024-12-01 18:04:24 +01:00 committed by GitHub
parent fea1c51337
commit 4fd1937c54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -540,6 +540,7 @@ 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([