From 5a297e520c9fc13f820157654b10b9333d8d4b93 Mon Sep 17 00:00:00 2001 From: Jin Yi Date: Fri, 21 Nov 2025 10:52:30 +0700 Subject: [PATCH] fix: disabling queue button (#6797) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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) --- src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue b/src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue index bd9f0d90e3..db28d980c7 100644 --- a/src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue +++ b/src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue @@ -10,7 +10,6 @@ severity="primary" size="small" :model="queueModeMenuItems" - :disabled="hasMissingNodes" data-testid="queue-button" @click="queuePrompt" >