fix: passes hasMany through select component

This commit is contained in:
Jacob Fletcher
2021-11-29 17:07:27 -05:00
parent 86480b7482
commit c77bf3aa42

View File

@@ -105,6 +105,7 @@ const Select: React.FC<Props> = (props) => {
description={description}
style={style}
width={width}
hasMany={hasMany}
/>
);
};