mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 11:03:40 +03:00
parent
235b97fb56
commit
58f781b0a8
@ -93,10 +93,10 @@ export const Select = <Value extends string | number | null>({
|
||||
);
|
||||
|
||||
return disabled ? (
|
||||
<>
|
||||
<div>
|
||||
{!!label && <StyledLabel>{label}</StyledLabel>}
|
||||
{selectControl}
|
||||
</>
|
||||
</div>
|
||||
) : (
|
||||
<DropdownScope dropdownScopeId={dropdownScopeId}>
|
||||
<div className={className}>
|
||||
|
Loading…
Reference in New Issue
Block a user