We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063120a commit 93d5b34Copy full SHA for 93d5b34
frontend/app/[locale]/agents/components/PromptManager.tsx
@@ -615,7 +615,7 @@ export default function PromptManager({
615
overflowY: "auto",
616
}}
617
autoSize={false}
618
- disabled={!isEditingMode}
+ disabled={!isEditingMode || isGeneratingAgent}
619
/>
620
</div>
621
0 commit comments