Skip to content

Commit

Permalink
[MM-232]: Fixed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Apr 3, 2024
1 parent f9b9164 commit 40a5b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/widgets/confirmation_modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default class ConfirmModal extends React.Component<Props, State> {
className={'modal-confirm ' + this.props.modalClass}
dialogClassName='a11y__modal'
show={this.props.show}
onHide={() => this.props.onCancel}
onHide={this.handleCancel}
onExited={this.props.onExited}
id='confirmModal'
role='dialog'
Expand Down

0 comments on commit 40a5b45

Please sign in to comment.