mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Remove name when loading ove file [SCI-9169] (#6165)
This commit is contained in:
parent
5a4930e90f
commit
8e4dbbac58
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
loadFile() {
|
||||
fetch(this.fileUrl).then((response) => response.json()).then(
|
||||
(json) => this.editor.updateEditor(
|
||||
{ sequenceData: { ...json, name: this.sequenceName } }
|
||||
{ sequenceData: json }
|
||||
)
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue