Skip to content

Commit

Permalink
CNV-52386: Fix Cancel button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
upalatucci committed Dec 10, 2024
1 parent 23798e5 commit bcaf2af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const VirtualMachineMigrateModal: FC<VirtualMachineMigrateModalProps> = ({
title={t('Migrate VirtualMachine storage')}
/>
}
onClose={onClose}
onSave={onSubmit}
title={t('Migrate VirtualMachine storage')}
>
Expand Down

0 comments on commit bcaf2af

Please sign in to comment.