Skip to content

Commit 54cfa13

Browse files
committed
Correct path for UI_SETTINGS import
1 parent 1affcdf commit 54cfa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/apm/server/lib/helpers/setup_request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import moment from 'moment';
8-
import { UI_SETTINGS } from 'src/plugins/data/common';
8+
import { UI_SETTINGS } from '../../../../../../src/plugins/data/common';
99
import { KibanaRequest } from '../../../../../../src/core/server';
1010
import { APMConfig } from '../..';
1111
import {

0 commit comments

Comments
 (0)