Skip to content

Commit

Permalink
fix: fix erroralert
Browse files Browse the repository at this point in the history
  • Loading branch information
louisewang1 committed Jan 18, 2022
1 parent 544a5cb commit d9c5685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/item/sharing/CategorySelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
SHARE_ITEM_CATEGORY_DISCIPLINE,
} from '../../../config/selectors';
import { CurrentUserContext } from '../../context/CurrentUserContext';
import { ErrorAlert } from '../../common/ErrorAlert';
import ErrorAlert from '../../common/ErrorAlert';
import { CATEGORY_TYPES } from '../../../config/constants';
import { sortByName } from '../../../utils/item';

Expand Down

0 comments on commit d9c5685

Please sign in to comment.