♻️ refactor: remove console log
This commit is contained in:
parent
6d8723881c
commit
1e056d7969
@ -345,7 +345,7 @@ export const Select = ({
|
|||||||
}
|
}
|
||||||
return placeholderProp;
|
return placeholderProp;
|
||||||
}, [hideValues, multiple, selectedItems.length, placeholderProp]);
|
}, [hideValues, multiple, selectedItems.length, placeholderProp]);
|
||||||
console.log('filteredItems', filteredItems.length === 0);
|
|
||||||
return (
|
return (
|
||||||
<div className={theme.container()}>
|
<div className={theme.container()}>
|
||||||
{/* Label & description */}
|
{/* Label & description */}
|
||||||
|
Loading…
Reference in New Issue
Block a user