♻️ refactor: remove console log

This commit is contained in:
Wahyu Kurniawan 2024-02-24 14:32:57 +07:00
parent 6d8723881c
commit 1e056d7969
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -345,7 +345,7 @@ export const Select = ({
}
return placeholderProp;
}, [hideValues, multiple, selectedItems.length, placeholderProp]);
console.log('filteredItems', filteredItems.length === 0);
return (
<div className={theme.container()}>
{/* Label & description */}