diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-09-28 16:25:48 +0300 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-09-28 16:25:48 +0300 |
| commit | 38ac4db03560200df2517ed7e06e555828ce0a15 (patch) | |
| tree | 7bd8cc7d08d352bea05490e81b230a9d418a8553 /static/structured-editor.js | |
| parent | 8489f1f83da5dcc5818401393b1f6a430eea677c (diff) | |
| download | network-38ac4db03560200df2517ed7e06e555828ce0a15.tar.zst | |
Update
Diffstat (limited to '')
| -rw-r--r-- | static/structured-editor.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/static/structured-editor.js b/static/structured-editor.js index c419024..e5bd45f 100644 --- a/static/structured-editor.js +++ b/static/structured-editor.js @@ -296,9 +296,7 @@ class StructuredEditor { this.schema[section].items ) { // Array section item - if ( - this.schema[section].items[index]?.[key] - ) { + if (this.schema[section].items[index]?.[key]) { this.schema[section].items[index][key].value = value || null; } } |
