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.
2 parents b1e480d + abb2003 commit 8b1b573Copy full SHA for 8b1b573
src/allowed-origins.json
@@ -4,6 +4,7 @@
4
"http://nmriumdev.nmrxiv.org",
5
"https://nmriumdev.nmrxiv.org",
6
"https://nmrxiv.org",
7
+ "https://www.nmrxiv.org",
8
"https://dev.nmrxiv.org",
9
"https://chemotion.uni-jena.de",
10
"http://localhost",
@@ -40,4 +41,4 @@
40
41
"https://test1.eln.chemotion.scc.kit.edu",
42
"https://test.chemdev.scc.kit.edu",
43
"http://5.10.12.108"
-]
44
+]
src/demo/NMRiumWrapperDemo.tsx
@@ -33,6 +33,7 @@ export default function NMRiumWrapperDemo() {
33
type: 'nmrium',
34
});
35
}}
36
+ intent="primary"
37
>
38
Test load from json
39
</Button>
0 commit comments