diff --git a/src/features/collections/CollectionDetail.tsx b/src/features/collections/CollectionDetail.tsx index 699ab6d3..1d89e0b7 100644 --- a/src/features/collections/CollectionDetail.tsx +++ b/src/features/collections/CollectionDetail.tsx @@ -12,7 +12,7 @@ import { snakeCaseToHumanReadable } from '../../common/utils/stringUtils'; import { MATCHER_LABELS, MatchModal } from './MatchModal'; import { SelectionModal } from './SelectionModal'; import { ExportModal } from './ExportModal'; -import { Button } from '../../common/components'; +import { Button, Input } from '../../common/components'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faArrowRightArrowLeft, @@ -127,31 +127,31 @@ export const CollectionDetail = () => { {!showOverview && ( <>