Chore: Set 24 Hrs as default

pull/4264/head
Nelson Chan 3 months ago
parent 499632d69b
commit 024db606db
No known key found for this signature in database

@ -365,6 +365,8 @@ export default {
period = period.toString();
}
this.chartPeriodHrs = period;
} else {
this.chartPeriodHrs = "24";
}
},
beforeUnmount() {

Loading…
Cancel
Save