Skip to content

Commit 9223e07

Browse files
committed
fix CI
1 parent 2156666 commit 9223e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/legacy/ui/public/indexed_array/indexed_array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import _ from 'lodash';
2121
import { inflector } from './inflector';
22-
import { organizeBy } from '../utils/collection';
22+
import { organizeBy } from './helpers/organize_by';
2323

2424
const pathGetter = _(_.get)
2525
.rearg(1, 0)

0 commit comments

Comments
 (0)