♻️ refactor: remove console log
This commit is contained in:
parent
6d8723881c
commit
1e056d7969
@ -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 */}
|
||||
|
Loading…
Reference in New Issue
Block a user