Skip to content

Commit 903dbea

Browse files
committed
Fix invalid import
1 parent bf496ef commit 903dbea

File tree

1 file changed

+1
-1
lines changed
  • src/legacy/core_plugins/kibana/public/discover/np_ready/angular/directives

1 file changed

+1
-1
lines changed

src/legacy/core_plugins/kibana/public/discover/np_ready/angular/directives/field_name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19-
import { FieldName } from '../../../../../../../../plugins/discover/public';
19+
import { FieldName } from './field_name/field_name';
2020
import { getServices, wrapInI18nContext } from '../../../kibana_services';
2121

2222
export function FieldNameDirectiveProvider(reactDirective) {

0 commit comments

Comments
 (0)