Web: Files: Home: Apply default filter after first page load

This commit is contained in:
Ilya Oleshko 2020-06-04 16:15:04 +03:00
parent 7c5d6da7b1
commit 61a45fcd3d

View File

@ -29,6 +29,10 @@ if (token) {
if (match && match.length > 0) {
filterObj = getFilterByLocation(window.location);
if (!filterObj) {
filterObj = FilesFilter.getDefault();
}
}
return Promise.resolve(filterObj);