Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Oct 29, 2024
1 parent 787c166 commit dfcb8c1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export class TaskConfirmationModal extends Component {
}

handleConfirm = () => {
// Ensure tagDiffs are included in the confirmation process
this.props.onConfirm(this.currentFilters(), this.props.tagDiffs);
}

Expand Down Expand Up @@ -367,7 +366,7 @@ export class TaskConfirmationModal extends Component {

<button
className="mr-button mr-px-8"
onClick={this.handleConfirm} // Use the new handleConfirm method
onClick={this.handleConfirm}
>
<FormattedMessage {...messages.submitLabel} />
</button>
Expand Down

0 comments on commit dfcb8c1

Please sign in to comment.