Skip to content

Commit 660e7fb

Browse files
Add public url to Workplace Search plugin (#74991)
1 parent 59e8b20 commit 660e7fb

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugins/enterprise_search/public

1 file changed

+2
-0
lines changed

x-pack/plugins/enterprise_search/public/plugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export class EnterpriseSearchPlugin implements Plugin {
7373
const { chrome } = coreStart;
7474
chrome.docTitle.change(WORKPLACE_SEARCH_PLUGIN.NAME);
7575

76+
await this.setPublicUrl(config, coreStart.http);
77+
7678
const { renderApp } = await import('./applications');
7779
const { WorkplaceSearch } = await import('./applications/workplace_search');
7880

0 commit comments

Comments
 (0)