From d78d07bc111da0247c19aa4e115da7c2f51a9639 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Wed, 26 Nov 2025 06:46:46 +0900 Subject: [PATCH] [backport core/1.32] fix: disabling queue button (#6932) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #6797 to `core/1.32` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6932-backport-core-1-32-fix-disabling-queue-button-2b66d73d3650818ca6effb859b69b2a6) by [Unito](https://www.unito.io) Co-authored-by: Jin Yi --- 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 2b57b2439..2f4972433 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" >