Skip to content

Commit

Permalink
remove async lifecycle from global_search_bar plugin (#112058) (#112104)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Gayvallet <[email protected]>
  • Loading branch information
kibanamachine and pgayvallet authored Sep 14, 2021
1 parent 688dc10 commit 3f17c9e
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 3f17c9e

Please sign in to comment.