fix: access source error
This commit is contained in:
@@ -17,14 +17,7 @@ const CategorySelect = (props: any) => {
|
||||
</span>
|
||||
);
|
||||
};
|
||||
return (
|
||||
<SealSelect
|
||||
options={options}
|
||||
optionRenderer={optionRenderer}
|
||||
labelRender={optionRenderer}
|
||||
{...rest}
|
||||
/>
|
||||
);
|
||||
return <SealSelect options={options} {...rest} />;
|
||||
};
|
||||
|
||||
export default CategorySelect;
|
||||
|
||||
Reference in New Issue
Block a user