fix: copy/move select (#1174)
This commit is contained in:
parent
1413033568
commit
fb7e4a7956
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ export function SpaceSelect({
|
|||
nothingFoundMessage={t("No space found")}
|
||||
limit={50}
|
||||
checkIconPosition="right"
|
||||
comboboxProps={{ width, withinPortal: false }}
|
||||
comboboxProps={{ width, withinPortal: true, position: "bottom" }}
|
||||
dropdownOpened={opened}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue