fix: ThirdPartyDriver messaging on Update page

This commit is contained in:
Zack Spear
2023-11-14 14:04:24 -08:00
parent 2edc062569
commit dd1ec82a52
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -66,6 +66,10 @@ onBeforeMount(() => {
:subtitle="subtitle"
:t="t"
/>
<UpdateOsThirdPartyDrivers
v-if="rebootType === 'thirdPartyDriversDownloading'"
:t="t"
/>
</UiPageContainer>
</template>