fix: list collapse storage

pull/2693/head
Peace 2 years ago
parent 56f448bfe5
commit 6c2948d2de
No known key found for this signature in database
GPG Key ID: 0EF6B46E172B739F

@ -133,7 +133,7 @@ export default {
}
let storageObject = JSON.parse(storage);
if (storageObject[`monitor_${this.monitor.id}`] === null) {
if (storageObject[`monitor_${this.monitor.id}`] == null) {
return;
}

Loading…
Cancel
Save