From 9f7919d89463614395cdfe5e789acba8cf9c9211 Mon Sep 17 00:00:00 2001 From: imccyu <276526105+imccyu@users.noreply.github.com> Date: Wed, 29 Jul 2026 02:40:29 +0800 Subject: [PATCH] fix: remove machine busy loading --- .../client/ui-conversation/src/client/skeleton/InputBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/ui-conversation/src/client/skeleton/InputBar.tsx b/packages/client/ui-conversation/src/client/skeleton/InputBar.tsx index 6c4859190d..c9476bd653 100644 --- a/packages/client/ui-conversation/src/client/skeleton/InputBar.tsx +++ b/packages/client/ui-conversation/src/client/skeleton/InputBar.tsx @@ -377,7 +377,7 @@ export function InputBar({
{rightItems} {renderSlot('conversation.input.model', { locked })} - {machineBusy && } + {/* {machineBusy && } */}