Fixed issue searching for links in 'null'
This commit is contained in:
parent
072b60080b
commit
543c1f8ebb
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ export default {
|
|||
|
||||
data: function() {
|
||||
return {
|
||||
settings: null,
|
||||
recalibrationLinks: null,
|
||||
settings: {},
|
||||
recalibrationLinks: {},
|
||||
isCalibrating: false
|
||||
};
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue