Skip to content

Commit 93d5b34

Browse files
eric Liueric Liu
authored andcommitted
(Disable_generate_prompt_textbox_while_generating
1 parent 063120a commit 93d5b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/[locale]/agents/components/PromptManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ export default function PromptManager({
615615
overflowY: "auto",
616616
}}
617617
autoSize={false}
618-
disabled={!isEditingMode}
618+
disabled={!isEditingMode || isGeneratingAgent}
619619
/>
620620
</div>
621621

0 commit comments

Comments
 (0)