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"
|
||||
open={open}
|
||||
onClose={handleCancel}
|
||||
>
|
||||
<DialogTitle>{t('category.title.set_categories')}</DialogTitle>
|
||||
<DialogContent dividers>
|
||||
|
||||
Reference in New Issue
Block a user