We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf496ef commit 903dbeaCopy full SHA for 903dbea
src/legacy/core_plugins/kibana/public/discover/np_ready/angular/directives/field_name.js
@@ -16,7 +16,7 @@
16
* specific language governing permissions and limitations
17
* under the License.
18
*/
19
-import { FieldName } from '../../../../../../../../plugins/discover/public';
+import { FieldName } from './field_name/field_name';
20
import { getServices, wrapInI18nContext } from '../../../kibana_services';
21
22
export function FieldNameDirectiveProvider(reactDirective) {
0 commit comments