Skip to content

Commit 5a297e5

Browse files
authored
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)
1 parent 85bec5e commit 5a297e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
severity="primary"
1111
size="small"
1212
:model="queueModeMenuItems"
13-
:disabled="hasMissingNodes"
1413
data-testid="queue-button"
1514
@click="queuePrompt"
1615
>

0 commit comments

Comments
 (0)