diff --git a/web/components/UpdateOs/Status.vue b/web/components/UpdateOs/Status.vue index 4fc519f70..d23502c34 100644 --- a/web/components/UpdateOs/Status.vue +++ b/web/components/UpdateOs/Status.vue @@ -24,7 +24,6 @@ import BrandLoadingWhite from '~/components/Brand/LoadingWhite.vue'; export interface Props { downgradeNotAvailable?: boolean; restoreVersion?: string | undefined; - showUpdateCheck?: boolean; t: ComposerTranslation; title?: string; subtitle?: string; @@ -32,7 +31,6 @@ export interface Props { const props = withDefaults(defineProps(), { downgradeNotAvailable: false, restoreVersion: undefined, - showUpdateCheck: false, title: undefined, subtitle: undefined, }); @@ -189,7 +187,7 @@ const checkButton = computed((): ButtonProps => { -
+