Web:Client:Store:FilesStore fixed typo

This commit is contained in:
Akmal Isomadinov 2022-11-28 17:56:24 +05:00
parent 9550bc0f77
commit 5537c6d23c

View File

@ -2254,7 +2254,7 @@ class FilesStore {
case FilterType.FoldersOnly:
return "selected-only-folders";
case FilterType.DocumentsOnly:
return "selected-only-documnets";
return "selected-only-documents";
case FilterType.PresentationsOnly:
return "selected-only-presentations";
case FilterType.SpreadsheetsOnly: