Skip to content

Commit

Permalink
Improved: isLoading value to false initially and changing the value a…
Browse files Browse the repository at this point in the history
…ccording the API call
  • Loading branch information
Ritika-Patel08 committed Jan 9, 2024
1 parent 7df6aca commit f93a39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/TimezoneModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default defineComponent({
});
this.findTimeZone();
}
this.isLoading = false;
this.isLoading = false;
},
async selectSearchBarText(event: any) {
const element = await event.target.getInputElement()
Expand Down

0 comments on commit f93a39a

Please sign in to comment.