From d9c56858461ed6248c80dd90aa9c500dd9c0d797 Mon Sep 17 00:00:00 2001 From: Louise Wang Date: Tue, 18 Jan 2022 20:38:24 +0100 Subject: [PATCH] fix: fix erroralert --- src/components/item/sharing/CategorySelection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/item/sharing/CategorySelection.js b/src/components/item/sharing/CategorySelection.js index d7abbd2d8..7c3939ee1 100644 --- a/src/components/item/sharing/CategorySelection.js +++ b/src/components/item/sharing/CategorySelection.js @@ -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';