Skip to content

Commit 44c4edf

Browse files
committed
fix: likes dislikes not updated automatically
1 parent ca06ce4 commit 44c4edf

File tree

1 file changed

+0
-1
lines changed
  • src/apps/review/src/lib/components/Scorecard/ScorecardViewer/ScorecardQuestion/AiFeedbackComments

1 file changed

+0
-1
lines changed

src/apps/review/src/lib/components/Scorecard/ScorecardViewer/ScorecardQuestion/AiFeedbackComments/AiFeedbackComment.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const AiFeedbackComment: FC<AiFeedbackCommentProps> = props => {
4444
await updateRunItemComment(workflowId as string, workflowRun?.id as string, props.feedback?.id, comment.id, {
4545
content,
4646
})
47-
console.log(`${EnvironmentConfig.API.V6}/workflows/${workflowId}/runs/${workflowRun?.id}/items?[${workflowRun?.status}]`)
4847
await mutate(`${EnvironmentConfig.API.V6}/workflows/${workflowId}/runs/${workflowRun?.id}/items?[${workflowRun?.status}]`)
4948
setEditMode(false)
5049
}, [workflowId, workflowRun?.id, props.feedback?.id])

0 commit comments

Comments
 (0)