diff --git a/client/src/components/DataTableCells/ItemsListCell.js b/client/src/components/DataTableCells/ItemsListCell.js index 3923bd8da..c8b41dbfd 100644 --- a/client/src/components/DataTableCells/ItemsListCell.js +++ b/client/src/components/DataTableCells/ItemsListCell.js @@ -1,5 +1,5 @@ import React, { useCallback, useMemo } from 'react'; -import ItemListField from 'components/ItemListField'; +import ItemsListField from 'components/ItemsListField'; import classNames from 'classnames'; import { FormGroup, Classes, Intent } from '@blueprintjs/core'; @@ -24,7 +24,7 @@ function ItemsListCell({ intent={error ? Intent.DANGER : null} className={classNames('form-group--select-list', Classes.FILL)} > -