mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix: pass the correct moduleId while setting the editor loading
This commit is contained in:
parent
6bdc165ba2
commit
4b05e48ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ const useAppData = (
|
||||||
|
|
||||||
setQueryMapping(moduleId);
|
setQueryMapping(moduleId);
|
||||||
initDependencyGraph(moduleId);
|
initDependencyGraph(moduleId);
|
||||||
setEditorLoading(false, false);
|
setEditorLoading(false, moduleId);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, [selectedEnvironment?.id, currentVersionId, moduleMode, moduleId]);
|
}, [selectedEnvironment?.id, currentVersionId, moduleMode, moduleId]);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue