Disable install button when there is error (#1775)

This commit is contained in:
Chenlei Hu
2024-12-03 11:34:03 -08:00
committed by GitHub
parent 8e293b41f5
commit da6b4d2872

View File

@@ -66,6 +66,7 @@
label="Install"
icon="pi pi-check"
iconPos="right"
:disabled="hasError"
@click="install()"
/>
</div>