We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae124c commit 2c6a281Copy full SHA for 2c6a281
1 file changed
packages/learningmap/src/useJsonStore.ts
@@ -66,6 +66,9 @@ export const useJsonStore = () => {
66
})
67
.catch(() => {
68
alert(t.loadFailed);
69
+ setLoadExternalDialogOpen(false);
70
+ setPendingExternalId(null);
71
+ window.location.hash = "";
72
});
73
},
74
[jsonStore, t, loadRoadmapData],
0 commit comments