mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-09 08:51:11 -06:00
fix: response card tags not updating (#4424)
This commit is contained in:
committed by
GitHub
parent
8ffaf0748e
commit
1e95b8cf9e
@@ -143,6 +143,7 @@ export const SingleResponseCard = ({
|
||||
<SingleResponseCardBody survey={survey} response={response} skippedQuestions={skippedQuestions} />
|
||||
|
||||
<ResponseTagsWrapper
|
||||
key={response.id}
|
||||
environmentId={environmentId}
|
||||
responseId={response.id}
|
||||
tags={response.tags.map((tag) => ({ tagId: tag.id, tagName: tag.name }))}
|
||||
|
||||
Reference in New Issue
Block a user