Chore: Set 24 Hrs as default

This commit is contained in:
Nelson Chan 2024-01-27 01:29:16 +08:00
parent 499632d69b
commit 024db606db
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

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