mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Change back the analytics js file url in integration tab (#142114)
This commit is contained in:
parent
c71ab04eb5
commit
92b686a763
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export const AnalyticsCollectionIntegrate: React.FC<AnalyticsCollectionIntegrate
|
|||
description: analyticsDNSUrl,
|
||||
},
|
||||
];
|
||||
const webclientSrc = getEnterpriseSearchUrl('/analytics/client.js');
|
||||
const webclientSrc = getEnterpriseSearchUrl('/analytics.js');
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue