Web: Files: fixed embedding combobox

This commit is contained in:
Nikita Gopienko 2024-07-15 17:34:30 +03:00
parent 34ee4d4341
commit 540243fa8e

View File

@ -462,6 +462,7 @@ const EmbeddingPanelComponent = (props: EmbeddingPanelProps) => {
selectedOption={selectedLink as TOption} selectedOption={selectedLink as TOption}
displaySelectedOption displaySelectedOption
directionY="bottom" directionY="bottom"
withLabel={false}
/> />
</> </>
)} )}