fixed Fetching bands message not showing

This commit is contained in:
Russel Yasol
2024-05-09 08:46:35 +08:00
parent bb9da92136
commit 41b6caf5db

View File

@@ -570,9 +570,9 @@
init() {
// Function to populate checkboxes
const showPopulateCheckboxes = () => {
this.isGettingBands = true;
Promise.all([getSupportedBands(), getLockedBands()])
.then(([supportedBandsData, lockedBandsData]) => {
this.isGettingBands = true;
this.lte_bands = supportedBandsData.lte_bands;
this.nsa_bands = supportedBandsData.nsa_bands;
this.sa_bands = supportedBandsData.sa_bands;