Skip to content

Commit a49f0b4

Browse files
committed
fixup! feat: Add slots for video and file upload components and alerts
1 parent 694edb1 commit a49f0b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ const FilesPage = ({
2828
updatingStatus: updateAssetStatus,
2929
errors: errorMessages,
3030
} = useSelector(state => state.assets);
31+
3132
useEffect(() => {
3233
dispatch(fetchAssets(courseId));
3334
}, [courseId]);
35+
3436
const handleErrorReset = (error) => dispatch(resetErrors(error));
37+
3538
if (loadingStatus === RequestStatus.DENIED) {
3639
return (
3740
<div data-testid="under-construction-placeholder" className="row justify-contnt-center m-6">

0 commit comments

Comments
 (0)