Web: Files: fixed selector text

This commit is contained in:
Nikita Gopienko 2023-11-23 13:25:00 +03:00
parent 0e61a9028a
commit 99bd0055cc

View File

@ -123,16 +123,6 @@ const Item = React.memo(({ index, style, data }: ItemProps) => {
)}
</div>
<Text
className="label"
fontWeight={600}
fontSize={"14px"}
noSelect
truncate
>
{label}
</Text>
{isMultiSelect && (
<Checkbox
className="checkbox"