Disable buttons while webUI updating

This commit is contained in:
schroda
2024-05-04 22:48:06 +02:00
parent c731d08547
commit b892c93d7a
2 changed files with 8 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ export const WebUIUpdateChecker = () => {
version: webUIUpdateData?.checkForWebUIUpdate.tag,
channel: webUIUpdateData?.checkForWebUIUpdate.channel,
})}
disabled={isUpdateInProgress}
onAction={() =>
requestManager
.updateWebUI()