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 2156666 commit 9223e07Copy full SHA for 9223e07
src/legacy/ui/public/indexed_array/indexed_array.js
@@ -19,7 +19,7 @@
19
20
import _ from 'lodash';
21
import { inflector } from './inflector';
22
-import { organizeBy } from '../utils/collection';
+import { organizeBy } from './helpers/organize_by';
23
24
const pathGetter = _(_.get)
25
.rearg(1, 0)
0 commit comments