From e4ef961876b94887b0e1c9dec99d8a8657ae75c9 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Mon, 24 Nov 2025 04:02:26 +0900 Subject: [PATCH] [backport cloud/1.32] fix: disabling queue button (#6853) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #6797 to `cloud/1.32` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6853-backport-cloud-1-32-fix-disabling-queue-button-2b46d73d36508115b672f4be8d608e96) 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" >