Skip to content

Commit

Permalink
Show progress indicator while saving / running an import
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Dec 20, 2024
1 parent 54a34a4 commit 28d7dd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/js/components/EditImportForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,11 @@ export default {
}
},
},
watch: {
saving(saving) {
this.$progress.loading(`${this.publishContainer}-import-edit-form`, saving);
},
}
}
</script>

0 comments on commit 28d7dd0

Please sign in to comment.