|
@ -161,7 +161,7 @@ export default class Modal extends React.Component<ModalProps, any> { |
|
|
return ( |
|
|
return ( |
|
|
<Dialog |
|
|
<Dialog |
|
|
onClose={this.handleCancel} |
|
|
onClose={this.handleCancel} |
|
|
footer={footer || defaultFooter} |
|
|
footer={footer === undefined ? defaultFooter : footer} |
|
|
{...this.props} |
|
|
{...this.props} |
|
|
visible={visible} |
|
|
visible={visible} |
|
|
mousePosition={mousePosition} |
|
|
mousePosition={mousePosition} |
|
|