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 eff3866 commit 06eb213Copy full SHA for 06eb213
src/api.ts
@@ -13,7 +13,7 @@ const rc = new RestClient({
13
});
14
15
const params = new URLSearchParams(location.search);
16
-const sourceKey = params.get("key") || "key";
+const sourceKey = params.get("key") || params.get('sourceKey') || "key";
17
// 101 is bigger graph, 102 is 5 nodes
18
const id = params.get("id") || "101";
19
0 commit comments