Skip to content

Commit

Permalink
remove async lifecycle from global_search_bar plugin (#112058)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Sep 14, 2021
1 parent ec313f6 commit 157c834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/global_search_bar/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface GlobalSearchBarPluginStartDeps {
}

export class GlobalSearchBarPlugin implements Plugin<{}, {}> {
public async setup() {
public setup() {
return {};
}

Expand Down

0 comments on commit 157c834

Please sign in to comment.