mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: remove console log
This commit is contained in:
parent
e5c5250961
commit
470e3b9656
@ -147,7 +147,6 @@ export const ProjectAccessAddUser = ({ roles }: IProjectAccessAddUserProps) => {
|
||||
};
|
||||
|
||||
const getOptionLabel = (option: IProjectAccessUser) => {
|
||||
console.log(option);
|
||||
if (option) {
|
||||
return `${option.name || option.username || '(Empty name)'} <${
|
||||
option.email || option.username
|
||||
|
Loading…
Reference in New Issue
Block a user