Skip to content

Commit

Permalink
Enable Global Search (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared authored Dec 8, 2024
1 parent a0f5ef1 commit fd50168
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 fd50168

Please sign in to comment.