We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4304af1 commit a1aedf5Copy full SHA for a1aedf5
1 file changed
src/studio-home/tabs-section/courses-tab/index.tsx
@@ -44,7 +44,7 @@ interface CardListProps {
44
onClickNewCourse?: () => void;
45
inSelectMode?: boolean;
46
selectedCourseId?: string;
47
- migrationStatusWidget?: React.ComponentType<MigrationStatusProps> | null;
+ migrationStatusWidget?: React.ComponentType<MigrationStatusProps>;
48
}
49
50
const CardList = ({
@@ -152,7 +152,7 @@ interface Props {
152
isShowProcessing?: boolean;
153
154
handleSelect?: (courseId: string) => void;
155
- cardMigrationStatusWidget?: React.ComponentType<MigrationStatusProps> | null;
+ cardMigrationStatusWidget?: React.ComponentType<MigrationStatusProps>;
156
157
158
export const CoursesList: React.FC<Props> = ({
0 commit comments