Skip to content

Commit

Permalink
fix: Adding a mirror repository cannot be canceled
Browse files Browse the repository at this point in the history
  • Loading branch information
songyg committed Jan 29, 2024
1 parent 02efcb2 commit baf6f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AddOrEditImageRegistry/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class ConfirmModal extends PureComponent {
<Modal
title={data ? formatMessage({ id: 'confirmModal.edit.common.image.title' }) : formatMessage({ id: 'confirmModal.add.common.image.title' })}
visible
onCancel={onCancel}
footer={
<div>
<Button onClick={onCancel}> {formatMessage({ id: 'button.cancel' })} </Button>
Expand Down

0 comments on commit baf6f8a

Please sign in to comment.