fix: Handle retaining of selected role in the dropdown (#17259)
handle retaining of selected role in the dropdown
This commit is contained in:
parent
39df47112d
commit
f7e74e17a2
|
|
@ -223,15 +223,6 @@ export const LabelText = styled(Text)`
|
||||||
letter-spacing: -0.24px;
|
letter-spacing: -0.24px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const LeftIconWrapper = styled.span`
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 19px;
|
|
||||||
margin-right: 10px;
|
|
||||||
height: 100%;
|
|
||||||
position: relative;
|
|
||||||
top: 1px;
|
|
||||||
`;
|
|
||||||
|
|
||||||
export const StyledText = styled(Text)`
|
export const StyledText = styled(Text)`
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
@ -512,7 +503,6 @@ function WorkspaceInviteUsersForm(props: any) {
|
||||||
outline={false}
|
outline={false}
|
||||||
placeholder="Select a role"
|
placeholder="Select a role"
|
||||||
removeSelectedOption={onRemoveOptions}
|
removeSelectedOption={onRemoveOptions}
|
||||||
selected={selectedOption}
|
|
||||||
showLabelOnly={isMultiSelectDropdown}
|
showLabelOnly={isMultiSelectDropdown}
|
||||||
size="small"
|
size="small"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user