Skip to content

Commit

Permalink
fix: gallery (openedx#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperhodge authored and BryanttV committed Apr 10, 2024
1 parent 9f1ee41 commit 5a2e9d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/editors/sharedComponents/SelectionModal/Gallery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 5a2e9d3

Please sign in to comment.