fix: fixbug theme
This commit is contained in:
@@ -7,7 +7,6 @@ type SelectProps = {
|
||||
|
||||
export const Select = React.forwardRef((props: SelectProps, ref) => {
|
||||
const { options, ...rest } = props;
|
||||
console.log(props, 'props');
|
||||
return (
|
||||
<MuiSelect {...rest} ref={ref}>
|
||||
{options?.map((option) => (
|
||||
|
Reference in New Issue
Block a user