Close "category select" dialog on backdrop click and "esc" press
This commit is contained in:
@@ -182,6 +182,7 @@ export function CategorySelect(props: CategorySelectProps) {
|
|||||||
}}
|
}}
|
||||||
maxWidth="xs"
|
maxWidth="xs"
|
||||||
open={open}
|
open={open}
|
||||||
|
onClose={handleCancel}
|
||||||
>
|
>
|
||||||
<DialogTitle>{t('category.title.set_categories')}</DialogTitle>
|
<DialogTitle>{t('category.title.set_categories')}</DialogTitle>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
|
|||||||
Reference in New Issue
Block a user