pl-fe: Fix list editor modal close
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -38,7 +38,7 @@ const ListEditorModal: React.FC<BaseModalProps & ListEditorModalProps> = ({ list
|
||||
}, []);
|
||||
|
||||
const onClickClose = () => {
|
||||
onClose('LIST_ADDER');
|
||||
onClose('LIST_EDITOR');
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user