Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
daraksha-dk committed Jun 23, 2023
1 parent bf127b8 commit bc9fecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ class ReportActionCompose extends React.Component {
this.actionButton.blur();
this.setMenuVisibility(true);
}}
style={[styles.composerSizeButton]}
style={styles.composerSizeButton}
disabled={isBlockedFromConcierge || this.props.disabled}
accessibilityRole="button"
accessibilityLabel={this.props.translate('reportActionCompose.addAction')}
Expand Down

0 comments on commit bc9fecb

Please sign in to comment.