Skip to content

Commit

Permalink
Enable Global Search
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Dec 8, 2024
1 parent 67f1e91 commit 0353eac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ protected function getHeaderActions(): array
]),
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([
Expand Down

0 comments on commit 0353eac

Please sign in to comment.