refactor: remove unnecessary console log in TypeAsyncDropdown component
This commit is contained in:
parent
25d2b40c2d
commit
6188d65f15
|
|
@ -227,8 +227,6 @@ export const TypeAsyncDropdown: React.FC<any> = ({
|
||||||
label: getLabel(value),
|
label: getLabel(value),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
if (mode === "multi") console.log({ value });
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AsyncPaginate
|
<AsyncPaginate
|
||||||
// menuIsOpen={true}
|
// menuIsOpen={true}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue