fix: gallery (#462)

This commit is contained in:
Jesper Hodge
2024-03-11 15:43:35 -04:00
committed by GitHub
parent 679e15ed00
commit 7f73b895d1
3 changed files with 3 additions and 3 deletions

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';