Skip to content

Commit e48366d

Browse files
committed
fixup! fixup! feat: Add slots for video and file upload components and alerts
1 parent f3ff368 commit e48366d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/files-and-videos/generic/EditFileErrors.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import PropTypes from 'prop-types';
33
import { useIntl } from '@edx/frontend-platform/i18n';
44
import { Alert } from '@openedx/paragon';
5-
import EditFileAlertsSlot from '../../plugin-slots/EditFileAlertsSlot';
65
import ErrorAlert from '../../editors/sharedComponents/ErrorAlerts/ErrorAlert';
76
import { RequestStatus } from '../../data/constants';
87
import messages from './messages';

src/files-and-videos/videos-page/VideosPage.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { RequestStatus } from '../../data/constants';
1010
import Placeholder from '../../editors/Placeholder';
1111
import { useModel } from '../../generic/model-store';
1212
import getPageHeadTitle from '../../generic/utils';
13-
import EditFileAlertsSlot from '../../plugin-slots/EditFileAlertsSlot';
1413
import EditVideoAlertsSlot from '../../plugin-slots/EditVideoAlertsSlot';
1514
import { EditFileErrors } from '../generic';
1615
import { fetchVideos, resetErrors } from './data/thunks';

0 commit comments

Comments
 (0)