Skip to content

Commit 28d7dd0

Browse files
committed
Show progress indicator while saving / running an import
1 parent 54a34a4 commit 28d7dd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/js/components/EditImportForm.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,11 @@ export default {
135135
}
136136
},
137137
},
138+
139+
watch: {
140+
saving(saving) {
141+
this.$progress.loading(`${this.publishContainer}-import-edit-form`, saving);
142+
},
143+
}
138144
}
139145
</script>

0 commit comments

Comments
 (0)