Fixed issue searching for links in 'null'

This commit is contained in:
Joel Collins 2020-03-30 14:58:40 +01:00
parent 072b60080b
commit 543c1f8ebb

View file

@ -111,8 +111,8 @@ export default {
data: function() { data: function() {
return { return {
settings: null, settings: {},
recalibrationLinks: null, recalibrationLinks: {},
isCalibrating: false isCalibrating: false
}; };
}, },