diff --git a/src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx b/src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx index b1c71ddcc..8fcf860a2 100644 --- a/src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx +++ b/src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'; import { Button, Container } from '@openedx/paragon'; import { FormattedMessage, injectIntl } from '@edx/frontend-platform/i18n'; -// SelectableBox in paragon has a bug only visible on stage where you can't change selection. So we override it +// SelectableBox in paragon has a bug where you can't change selection. So we override it import SelectableBox from '../../../../../sharedComponents/SelectableBox'; import { ProblemTypes, ProblemTypeKeys, AdvanceProblemKeys } from '../../../../../data/constants/problem'; import messages from './messages'; diff --git a/src/editors/sharedComponents/SelectionModal/Gallery.jsx b/src/editors/sharedComponents/SelectionModal/Gallery.jsx index aeda6742f..8c9162ad4 100644 --- a/src/editors/sharedComponents/SelectionModal/Gallery.jsx +++ b/src/editors/sharedComponents/SelectionModal/Gallery.jsx @@ -9,7 +9,7 @@ import { useIntl, } from '@edx/frontend-platform/i18n'; -// SelectableBox in paragon has a bug only visible on stage where you can't change selection. So we override it +// SelectableBox in paragon has a bug where you can't change selection. So we override it import SelectableBox from '../SelectableBox'; import messages from './messages'; import GalleryCard from './GalleryCard'; diff --git a/src/editors/sharedComponents/SelectionModal/GalleryCard.jsx b/src/editors/sharedComponents/SelectionModal/GalleryCard.jsx index 45e7da084..b513247b7 100644 --- a/src/editors/sharedComponents/SelectionModal/GalleryCard.jsx +++ b/src/editors/sharedComponents/SelectionModal/GalleryCard.jsx @@ -7,7 +7,7 @@ import { } from '@openedx/paragon'; import { FormattedMessage, FormattedDate, FormattedTime } from '@edx/frontend-platform/i18n'; -// SelectableBox in paragon has a bug only visible on stage where you can't change selection. So we override it +// SelectableBox in paragon has a bug where you can't change selection. So we override it import SelectableBox from '../SelectableBox'; import messages from './messages'; import { formatDuration } from '../../utils';