Confirmation dialog: fix warnings.

master
Tom Hacohen 6 years ago
parent 699f40d465
commit b583347473

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

Loading…
Cancel
Save