mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fixed: folder slug search params is not appearing sometimes
This commit is contained in:
parent
06cc13c865
commit
56085460c4
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export const Folders = function Folders({
|
|||
|
||||
function updateFolderQuery(name) {
|
||||
const path = `${name ? `?folder=${name}` : ''}`;
|
||||
navigate(path);
|
||||
navigate({ pathname: location.pathname, search: path }, { replace: true });
|
||||
}
|
||||
|
||||
function deleteFolder(folder) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue