refactor: remove unnecessary console log in TypeAsyncDropdown component

This commit is contained in:
faisolavolut 2025-02-24 11:19:23 +07:00
parent 25d2b40c2d
commit 6188d65f15
1 changed files with 0 additions and 2 deletions

View File

@ -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}