Skip to content

Commit

Permalink
fix(component): Add missing edit callback for discussion comment
Browse files Browse the repository at this point in the history
ref: #18 #34
  • Loading branch information
jon-nfc committed Dec 11, 2024
1 parent df5beb6 commit 1b3eb7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/page/ticket/TicketComment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,10 @@ const TicketComment = ({
<TicketComment
comment_data={comment}
discussion = {true}
metadata={metadata}
metadata = {metadata}
edit_callback = {() => {
setRelaod(true)
}}
/>
</li>
))}
Expand Down

0 comments on commit 1b3eb7d

Please sign in to comment.