mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-26 15:05:39 +08:00
Merge pull request #8266 from andrej-scinote/aj_SCI_11596
Fix table console errors [SCI-11596]
This commit is contained in:
commit
69ea158e3c
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@
|
|||
|
||||
this.elements[index].isNew = false;
|
||||
|
||||
if (skipRequest) {
|
||||
if (skipRequest || !element.attributes.orderable?.urls?.update_url) {
|
||||
this.elements[index].attributes.orderable = element.attributes.orderable;
|
||||
this.$emit('stepUpdated');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue