From 9b92e48a6e2671e301f778084c696febe8ebc643 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 28 Nov 2025 15:06:22 +0100 Subject: [PATCH] Fixup some vue prop type warnings in repair view --- dashboard/src/components/app/Repair.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/src/components/app/Repair.vue b/dashboard/src/components/app/Repair.vue index 6aebf2c63..317f864b4 100644 --- a/dashboard/src/components/app/Repair.vue +++ b/dashboard/src/components/app/Repair.vue @@ -65,7 +65,7 @@ onMounted(() => {
{{ $t('app.repair.restart.description') }}

- +
@@ -73,7 +73,7 @@ onMounted(() => {

- @@ -86,7 +86,7 @@ onMounted(() => {
{{ $t('app.repair.taskError.description') }}
An error occurred during the {{ taskNameFromInstallationState(app.error.installationState) }} operation: {{ app.error.reason + ': ' + app.error.message }}

- +