mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-09 23:20:04 +00:00
fix: disabling queue button (#6797)
## Summary - Removed the `disabled` prop binding from the queue button that was incorrectly disabling it when there were missing nodes ## Changes - Removed `:disabled="hasMissingNodes"` from ComfyQueueButton.vue:13 ## Test plan - [x] Verify queue button is no longer incorrectly disabled when there are missing nodes - [x] Verify queue functionality works as expected 🤖 Generated with [Claude Code](https://claude.com/claude-code) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6797-fix-disabling-queue-button-2b26d73d3650810783cedd44fce757be) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
severity="primary"
|
||||
size="small"
|
||||
:model="queueModeMenuItems"
|
||||
:disabled="hasMissingNodes"
|
||||
data-testid="queue-button"
|
||||
@click="queuePrompt"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user