Skip to content

Commit 8b1b573

Browse files
authored
Merge pull request #268 from NFDI4Chem/development
Development
2 parents b1e480d + abb2003 commit 8b1b573

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/allowed-origins.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"http://nmriumdev.nmrxiv.org",
55
"https://nmriumdev.nmrxiv.org",
66
"https://nmrxiv.org",
7+
"https://www.nmrxiv.org",
78
"https://dev.nmrxiv.org",
89
"https://chemotion.uni-jena.de",
910
"http://localhost",
@@ -40,4 +41,4 @@
4041
"https://test1.eln.chemotion.scc.kit.edu",
4142
"https://test.chemdev.scc.kit.edu",
4243
"http://5.10.12.108"
43-
]
44+
]

src/demo/NMRiumWrapperDemo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default function NMRiumWrapperDemo() {
3333
type: 'nmrium',
3434
});
3535
}}
36+
intent="primary"
3637
>
3738
Test load from json
3839
</Button>

0 commit comments

Comments
 (0)