Confirmation dialog: fix warnings.

master
Tom Hacohen 2019-02-12 19:48:09 +00:00
parent 699f40d465
commit b583347473
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ export default pure((_props: any) => {
return (
<Dialog
modal={false}
onRequestClose={onCancel}
onClose={onCancel}
{...props}
>
<DialogContent>