Close "source configuration" dialogs on backdrop click and "esc" press
This commit is contained in:
@@ -66,6 +66,7 @@ function ListDialog(props: IListDialogProps) {
|
||||
maxWidth="xs"
|
||||
TransitionProps={{ onEntering: handleEntering }}
|
||||
open={open}
|
||||
onClose={handleCancel}
|
||||
>
|
||||
<DialogTitle>{title}</DialogTitle>
|
||||
<DialogContent dividers>
|
||||
|
||||
Reference in New Issue
Block a user