Fix import of field helper typos
parent
ee2407c112
commit
446d729eca
|
@ -6,7 +6,7 @@ import {
|
|||
numFunctions,
|
||||
firstFieldName,
|
||||
functionNames,
|
||||
} from 'shared/reducers/helpers/field'
|
||||
} from 'shared/reducers/helpers/fields'
|
||||
|
||||
class FieldListItem extends Component {
|
||||
constructor(props) {
|
||||
|
|
|
@ -8,7 +8,7 @@ import FancyScrollbar from 'shared/components/FancyScrollbar'
|
|||
|
||||
import {showFieldKeys} from 'shared/apis/metaQuery'
|
||||
import showFieldKeysParser from 'shared/parsing/showFieldKeys'
|
||||
import {numFunctions} from 'shared/reducers/helpers/field'
|
||||
import {numFunctions} from 'shared/reducers/helpers/fields'
|
||||
|
||||
class FieldList extends Component {
|
||||
constructor(props) {
|
||||
|
|
Loading…
Reference in New Issue