Close "source configuration" dialogs on backdrop click and "esc" press

This commit is contained in:
schroda
2024-11-28 12:38:47 +01:00
parent c6f7ebd7c2
commit 50cb9570c1
2 changed files with 7 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ function ListDialog(props: IListDialogProps) {
maxWidth="xs"
TransitionProps={{ onEntering: handleEntering }}
open={open}
onClose={handleCancel}
>
<DialogTitle>{title}</DialogTitle>
<DialogContent dividers>