mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 01:51:12 +10:00
Merge branch 'main' into ai-vector
This commit is contained in:
@ -90,7 +90,7 @@ export function SpaceSelect({
|
||||
nothingFoundMessage={t("No space found")}
|
||||
limit={50}
|
||||
checkIconPosition="right"
|
||||
comboboxProps={{ width, withinPortal: true, position: "bottom" }}
|
||||
comboboxProps={{ width, withinPortal: true, position: "bottom", keepMounted: false, dropdownPadding: 0 }}
|
||||
dropdownOpened={opened}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user