From 85274d304e8c1ec61deda3c092e17a24e401ead9 Mon Sep 17 00:00:00 2001 From: RaphaelKlein Date: Fri, 29 Nov 2024 17:13:03 +0100 Subject: [PATCH] push branch --- src/main/webapp/app/lti/lti13-select-content.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/app/lti/lti13-select-content.component.ts b/src/main/webapp/app/lti/lti13-select-content.component.ts index f4afb5cca6b8..0ff8095f9dcf 100644 --- a/src/main/webapp/app/lti/lti13-select-content.component.ts +++ b/src/main/webapp/app/lti/lti13-select-content.component.ts @@ -8,6 +8,8 @@ import { DomSanitizer } from '@angular/platform-browser'; * and automatically submits a form with the relevant data. * According to LTI documentation auto submit form must be used. */ + +// push branch @Component({ selector: 'jhi-select-exercise', templateUrl: './lti13-select-content.component.html',