Client: Home: Filter: Hiding sorting for the user in row view.

This commit is contained in:
Tatiana Lopaeva 2024-07-10 17:24:22 +03:00
parent 2abdc4f4d7
commit b6a6b1f78a

View File

@ -2390,7 +2390,7 @@ const SectionFilterContent = ({
commonOptions.push(tags);
commonOptions.push(owner);
commonOptions.push(modifiedDate);
commonOptions.push(sortByStorage);
showStorageInfo && commonOptions.push(sortByStorage);
} else if (isTrash) {
// commonOptions.push(authorOption);
// commonOptions.push(creationDate);