Remove unused default prop

[MAILPOET-2777]
This commit is contained in:
Jan Jakeš
2020-06-01 12:23:27 +02:00
committed by Veljko V
parent 8b6f419426
commit f58e6f1237

View File

@ -62,7 +62,6 @@ function Modal({
}
Modal.defaultProps = {
bodyOpenClassName: 'modal-open',
onRequestClose: () => {},
role: 'dialog',
title: null,