We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526673a commit 4228b6eCopy full SHA for 4228b6e
1 file changed
apps/sim/app/workspace/[workspaceId]/components/message-actions/message-actions.tsx
@@ -166,7 +166,7 @@ export const MessageActions = memo(function MessageActions({
166
167
const hasContent = Boolean(content)
168
const canSubmitFeedback = Boolean(chatId && userQuery)
169
- const canFork = Boolean(messageId && !isStreamActive)
+ const canFork = Boolean(chatId && messageId && !isStreamActive)
170
if (!hasContent && !canSubmitFeedback && !canFork) return null
171
172
return (
0 commit comments