Skip to content

Commit

Permalink
Merge pull request #446 from amansinghbais/#444
Browse files Browse the repository at this point in the history
Fixed: stopped spinner to show on infinite scrolling (#444)
  • Loading branch information
ravilodhi authored Oct 21, 2024
2 parents c11efee + 3d22652 commit b9fdd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AssignPickerModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default defineComponent({
});
},
async getPicker(vSize, vIndex) {
this.isLoading = true;
if(!vIndex) this.isLoading = true;
let inputFields = {}
if(this.queryString.length > 0) {
Expand Down

0 comments on commit b9fdd69

Please sign in to comment.