mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +02: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) => {
|
const getOptionLabel = (option: IProjectAccessUser) => {
|
||||||
console.log(option);
|
|
||||||
if (option) {
|
if (option) {
|
||||||
return `${option.name || option.username || '(Empty name)'} <${
|
return `${option.name || option.username || '(Empty name)'} <${
|
||||||
option.email || option.username
|
option.email || option.username
|
||||||
|
Loading…
Reference in New Issue
Block a user