mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed settings array initial value (#13755)
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
localList: this.value,
|
localList: this.value ?? [],
|
||||||
newItem: ""
|
newItem: ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user