fix: pass the correct moduleId while setting the editor loading

This commit is contained in:
Kavin Venkatachalam 2025-06-11 16:42:39 +05:30
parent 6bdc165ba2
commit 4b05e48ce1

View file

@ -664,7 +664,7 @@ const useAppData = (
setQueryMapping(moduleId);
initDependencyGraph(moduleId);
setEditorLoading(false, false);
setEditorLoading(false, moduleId);
});
}
}, [selectedEnvironment?.id, currentVersionId, moduleMode, moduleId]);