Skip to content

Commit

Permalink
Merge pull request #711 from folio-org/remove-double-import
Browse files Browse the repository at this point in the history
only import MatchingFieldsManager once
  • Loading branch information
zburke committed Oct 11, 2020
2 parents 014250c + a4a8917 commit 2a9bae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/settings/MatchProfiles/MatchProfilesForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import {
RecordTypesSelect,
MatchingFieldsManager,
} from '../../components';
import { MatchingFieldsManager } from '../../components/MatchingFieldsManager';
import { MatchCriterion } from '../../components/MatchCriterion/edit';

import {
Expand Down

0 comments on commit 2a9bae0

Please sign in to comment.