mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-22 03:36:32 +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;
|
this.elements[index].isNew = false;
|
||||||
|
|
||||||
if (skipRequest) {
|
if (skipRequest || !element.attributes.orderable?.urls?.update_url) {
|
||||||
this.elements[index].attributes.orderable = element.attributes.orderable;
|
this.elements[index].attributes.orderable = element.attributes.orderable;
|
||||||
this.$emit('stepUpdated');
|
this.$emit('stepUpdated');
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue