fix migration
This commit is contained in:
parent
e0cba14d6a
commit
9ef452832d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ oml.ui.viewer = function() {
|
||||||
note = data.notes[0]
|
note = data.notes[0]
|
||||||
delete data.notes
|
delete data.notes
|
||||||
}
|
}
|
||||||
addAnnotation(data, false)
|
oml.api.addAnnotation(data)
|
||||||
if (note) {
|
if (note) {
|
||||||
data.notes = [note]
|
data.notes = [note]
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue