Preserve prompts panel width on agent switch

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-03-23 20:58:19 -05:00
parent a346ad2a73
commit a3f4e6f56c

View file

@ -998,7 +998,6 @@ export function AgentDetail() {
{activeView === "instructions" && (
<PromptsTab
key={agent.id}
agent={agent}
companyId={resolvedCompanyId ?? undefined}
onDirtyChange={setConfigDirty}