Skip to content

feat!: drop reading other 'user' permission #8650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jul 26, 2023
Prev Previous commit
Next Next commit
remove console log
  • Loading branch information
Emyrk committed Jul 25, 2023
commit 82ceab8f35c47d6b2d63a0980b5e91abec892d7c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export const UserOrGroupAutocomplete: React.FC<
}
renderOption={(props, option) => {
const isOptionGroup = isGroup(option)
console.log("option", option)

return (
<Box component="li" {...props}>
Expand Down