Fix confirmation when closing media edition modal with unsaved changes (#26342)
This commit is contained in:
@@ -434,4 +434,4 @@ class FocalPointModal extends ImmutablePureComponent {
|
||||
|
||||
export default connect(mapStateToProps, mapDispatchToProps, null, {
|
||||
forwardRef: true,
|
||||
})(injectIntl(FocalPointModal, { withRef: true }));
|
||||
})(injectIntl(FocalPointModal, { forwardRef: true }));
|
||||
|
||||
Reference in New Issue
Block a user