aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/views/DeveloperView.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/views/DeveloperView.vue')
-rw-r--r--src-vue/src/views/DeveloperView.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-vue/src/views/DeveloperView.vue b/src-vue/src/views/DeveloperView.vue
index aa682095..a7579107 100644
--- a/src-vue/src/views/DeveloperView.vue
+++ b/src-vue/src/views/DeveloperView.vue
@@ -232,6 +232,8 @@ export default defineComponent({
.then((message) => {
this.ns_release_tags = message;
showNotification("Done", "Fetched tags");
+ this.first_tag = this.ns_release_tags[1];
+ this.second_tag = this.ns_release_tags[0];
})
.catch((error) => {
showErrorNotification(error);