mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-20 23:48:27 +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);
|
||||
initDependencyGraph(moduleId);
|
||||
setEditorLoading(false, false);
|
||||
setEditorLoading(false, moduleId);
|
||||
});
|
||||
}
|
||||
}, [selectedEnvironment?.id, currentVersionId, moduleMode, moduleId]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue