Skip to content

Commit

Permalink
Merge pull request #12426 from furkanuzundev/ios--Conversation---Offl…
Browse files Browse the repository at this point in the history
…ine---Save-changes-button-is-disabled-when-opened-to-edit-the-comment-for-the-second-time-#11822
  • Loading branch information
dangrous authored Nov 7, 2022
2 parents 4f92e57 + 479f126 commit 91acada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class ReportActionItem extends Component {
ReportActions.clearReportActionErrors(this.props.report.reportID, this.props.action.sequenceNumber);
}
}}
pendingAction={this.props.action.pendingAction}
pendingAction={this.props.draftMessage ? null : this.props.action.pendingAction}
errors={this.props.action.errors}
errorRowStyles={[styles.ml10, styles.mr2]}
>
Expand Down

0 comments on commit 91acada

Please sign in to comment.