Skip to content

Commit

Permalink
fix competency selection frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
raffifasaro committed Jan 3, 2025
1 parent 0ccd8d3 commit fc7b481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/lti/lti13-deep-linking.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h4 class="" jhiTranslate="artemisApp.lti.contentSelectionTable.iris.header"></h

<div class="modal-footer">
<div>
@if (selectedExercises?.size) {
@if (selectedExercises?.size || isCompetencySelected) {
<button type="submit" (click)="sendDeepLinkRequest()" class="btn btn-success">
<span class="d-sm-inline" jhiTranslate="artemisApp.lti13.deepLinking.link"></span>
</button>
Expand Down

0 comments on commit fc7b481

Please sign in to comment.