diff --git a/frontend/src/Conversation.tsx b/frontend/src/Conversation.tsx index 7a734b5..7db7954 100644 --- a/frontend/src/Conversation.tsx +++ b/frontend/src/Conversation.tsx @@ -499,7 +499,7 @@ const Conversation = forwardRef(({ m.role !== 'content') === -1} + disabled={sessionId === undefined || processingMessage !== undefined || noInteractions} onDelete={() => { reset(); resetAction && resetAction(); }} />