Fix import of field helper typos

pull/2128/head
Chris Goller 2017-10-11 17:11:24 -05:00 committed by Andrew Watkins
parent ee2407c112
commit 446d729eca
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import {
numFunctions,
firstFieldName,
functionNames,
} from 'shared/reducers/helpers/field'
} from 'shared/reducers/helpers/fields'
class FieldListItem extends Component {
constructor(props) {

View File

@ -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) {