Merge branch 'develop' into feature/refactoring-auth-store

This commit is contained in:
Timofey Boyko 2024-01-26 14:04:09 +03:00
commit 180bb15d86

View File

@ -35,7 +35,7 @@ const TableGroupMenu = (props: TableGroupMenuProps) => {
...rest
} = props;
const onCheckboxChange = () => {
onChange?.(isChecked);
onChange?.(!isChecked);
};
const { t } = useTranslation("Common");
return (