From da6b4d2872b1552cc3e07a947a92593a6d96fa98 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Tue, 3 Dec 2024 11:34:03 -0800 Subject: [PATCH] Disable install button when there is error (#1775) --- src/views/InstallView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/InstallView.vue b/src/views/InstallView.vue index 9f61c07a9..c992667b3 100644 --- a/src/views/InstallView.vue +++ b/src/views/InstallView.vue @@ -66,6 +66,7 @@ label="Install" icon="pi pi-check" iconPos="right" + :disabled="hasError" @click="install()" />