mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Pierre Gayvallet <pierre.gayvallet@gmail.com>
This commit is contained in:
parent
688dc1036b
commit
3f17c9ef86
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export interface GlobalSearchBarPluginStartDeps {
|
|||
}
|
||||
|
||||
export class GlobalSearchBarPlugin implements Plugin<{}, {}> {
|
||||
public async setup() {
|
||||
public setup() {
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue