We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 780348c + c8ab3d8 commit 6a1e64aCopy full SHA for 6a1e64a
mscr-ui/src/modules/crosswalk-editor/index.tsx
@@ -220,7 +220,7 @@ export default function CrosswalkEditor({
220
const nodeMappings = mappingsFromBackend as NodeMapping[];
221
setNodeMappings(nodeMappings);
222
}
223
- }, [getMappingsDataIsSuccess]);
+ }, [getMappingsDataIsSuccess, mappingsFromBackend]);
224
225
// Add mapping to accordion
226
if (putMappingResponse.isSuccess) {
0 commit comments