fix: header version thirdPartyDriversDownloading pill

This commit is contained in:
Zack Spear
2023-11-14 15:39:00 -08:00
parent dd1ec82a52
commit d132ad481b

View File

@@ -30,7 +30,7 @@ const rebootRequiredLink = computed(() => {
if (rebootType.value === 'downgrade') {
return WEBGUI_TOOLS_DOWNGRADE.toString();
}
if (rebootType.value === 'update') {
if (rebootType.value === 'thirdPartyDriversDownloading' || rebootType.value === 'update') {
return WEBGUI_TOOLS_UPDATE.toString();
}
return '';