Web:Client:Home: fix after merge

This commit is contained in:
Timofey Boyko 2023-06-06 11:10:52 +03:00
parent c6dae19e8b
commit 367de1acf5

View File

@ -780,9 +780,7 @@ const SectionHeaderContent = (props) => {
setIsLoading(true);
path = `${path}?${filter.toUrlParams()}`;
window.DocSpace.navigate(path, { state });
window.DocSpace.navigate(`${path}?${filter.toUrlParams()}`, { state });
};
const onInvite = (e) => {