Fix confirmation when closing media edition modal with unsaved changes (#26342)
This commit is contained in:
parent
93372fee1e
commit
b59053ff8c
2 changed files with 2 additions and 9 deletions
|
@ -434,4 +434,4 @@ class FocalPointModal extends ImmutablePureComponent {
|
|||
|
||||
export default connect(mapStateToProps, mapDispatchToProps, null, {
|
||||
forwardRef: true,
|
||||
})(injectIntl(FocalPointModal, { withRef: true }));
|
||||
})(injectIntl(FocalPointModal, { forwardRef: true }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue