mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Disable install button when there is error (#1775)
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
label="Install"
|
label="Install"
|
||||||
icon="pi pi-check"
|
icon="pi pi-check"
|
||||||
iconPos="right"
|
iconPos="right"
|
||||||
|
:disabled="hasError"
|
||||||
@click="install()"
|
@click="install()"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user