diff --git a/zero.Backoffice.UI/app/components/ui-add-button.vue b/zero.Backoffice.UI/app/components/ui-add-button.vue index 3a21666d..b384bf7c 100644 --- a/zero.Backoffice.UI/app/components/ui-add-button.vue +++ b/zero.Backoffice.UI/app/components/ui-add-button.vue @@ -118,6 +118,10 @@ }); } + if (flavors.length > 0) + { + this.selectedflavor = flavors[0].alias; + } this.flavors = flavors; }, @@ -153,7 +157,7 @@ }) -