From e48cd9a3f72130344e412b8f58cde204aaeeff7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 25 Nov 2024 10:02:05 +0100 Subject: [PATCH] MOBILE-4708 quiz: Fix sync warning with empty text --- src/addons/mod/quiz/components/index/addon-mod-quiz-index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html b/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html index 4f98bd36d..fc556d75e 100644 --- a/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html +++ b/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html @@ -17,7 +17,7 @@ + [courseId]="courseId" [hasDataToSync]="!!buttonText && hasOffline" (completionChanged)="onCompletionChange()" />