---
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { components } from 'react-select'
|
||||
export const SingleValue = ({ children, ...props }) => (
|
||||
<components.SingleValue {...props}>{children}</components.SingleValue>
|
||||
);
|
||||
Reference in New Issue
Block a user