Skip to content

Commit

Permalink
Merge pull request #25951 from margelo/fix/console-warning-edit-comment
Browse files Browse the repository at this point in the history
forward reportID to ReportActionItemMessageEdit
  • Loading branch information
mountiny authored Oct 18, 2023
2 parents 39d2a84 + 55ae86a commit 1c051fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/report/ReportActionItemMessageEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ function ReportActionItemMessageEdit(props) {
</View>
<ExceededCommentLength
comment={draft}
reportID={props.reportID}
onExceededMaxCommentLength={(hasExceeded) => setHasExceededMaxCommentLength(hasExceeded)}
/>
</>
Expand Down

0 comments on commit 1c051fe

Please sign in to comment.