chore: Remove console.log left in code and added eslint rule to prevent it happening again
This commit is contained in:
@@ -78,7 +78,6 @@ function AddGroupsToCollection(props: Props) {
|
||||
toasts.showToast(t("Could not add user"), {
|
||||
type: "error",
|
||||
});
|
||||
console.error(err);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user