diff --git a/src/devhub/entity/post/List.jsx b/src/devhub/entity/post/List.jsx index 40c1db12e..cece362dd 100644 --- a/src/devhub/entity/post/List.jsx +++ b/src/devhub/entity/post/List.jsx @@ -164,6 +164,9 @@ function defaultRenderItem(postId, additionalProps) { ...additionalProps, referral: postId, updateTagInParent: (tag) => { + if (typeof props.updateTagInput === "function") { + props.updateTagInput(tag); + } getPostIds(tag); }, }} diff --git a/src/devhub/entity/post/Post.jsx b/src/devhub/entity/post/Post.jsx index 068e43906..1f988fd29 100644 --- a/src/devhub/entity/post/Post.jsx +++ b/src/devhub/entity/post/Post.jsx @@ -652,7 +652,9 @@ const tags = post.snapshot.labels ? ( >