Skip to content

Commit

Permalink
fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
raffifasaro committed Dec 1, 2024
1 parent ad4c74b commit 13bf094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/lti/lti-course-card.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ArtemisSharedModule } from 'app/shared/shared.module';
})
export class LtiCourseCardComponent implements OnChanges {
readonly ARTEMIS_DEFAULT_COLOR = ARTEMIS_DEFAULT_COLOR;
course = input<Course>();
readonly course = input.required<Course>();
CachingStrategy = CachingStrategy;
courseColor: string;

Expand Down

0 comments on commit 13bf094

Please sign in to comment.