Confirmation dialog: fix warnings.
parent
699f40d465
commit
b583347473
|
@ -18,8 +18,7 @@ export default pure((_props: any) => {
|
|||
|
||||
return (
|
||||
<Dialog
|
||||
modal={false}
|
||||
onRequestClose={onCancel}
|
||||
onClose={onCancel}
|
||||
{...props}
|
||||
>
|
||||
<DialogContent>
|
||||
|
|
Loading…
Reference in New Issue