Web: Components: LinkRow: fixed Combobox

This commit is contained in:
Nikita Gopienko 2024-08-06 16:48:19 +03:00
parent f1ef00783e
commit b90902f461

View File

@ -154,6 +154,7 @@ const LinkRow = ({
type="onlyIcon"
isDisabled={isExpiredLink || isLoaded}
manualWidth="fit-content"
withBackdrop={false}
/>
</div>
</StyledLinkRow>