diff options
-rw-r--r-- | src-vue/src/views/DeveloperView.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/src/views/DeveloperView.vue b/src-vue/src/views/DeveloperView.vue index a7579107..500c9c35 100644 --- a/src-vue/src/views/DeveloperView.vue +++ b/src-vue/src/views/DeveloperView.vue @@ -234,6 +234,7 @@ export default defineComponent({ showNotification("Done", "Fetched tags"); this.first_tag = this.ns_release_tags[1]; this.second_tag = this.ns_release_tags[0]; + this.compareTags(); }) .catch((error) => { showErrorNotification(error); |