fix: passes hasMany through select component
This commit is contained in:
@@ -105,6 +105,7 @@ const Select: React.FC<Props> = (props) => {
|
||||
description={description}
|
||||
style={style}
|
||||
width={width}
|
||||
hasMany={hasMany}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user