set initial selected group plan, and fix card rounding

This commit is contained in:
Hafiz
2026-01-14 09:28:44 -06:00
committed by Kalista Payne
parent e1cd00f661
commit b7e7ddc107
2 changed files with 11 additions and 1 deletions
@@ -438,6 +438,16 @@ export default {
}
this.loading = false;
this.$nextTick(() => {
if (this.upgradeableGuilds.length > 0) {
this.selectedOption = this.upgradeableGuilds[0];
} else if (this.upgradeableParty) {
this.selectedOption = this.upgradeableParty;
} else {
this.selectedOption = 'new';
}
});
},
selectOption (option) {
this.selectedOption = option;
@@ -56,7 +56,7 @@
border-style: solid;
border-width: 48px 48px 0 0;
border-color: $purple-300 transparent transparent transparent;
border-radius: 8px 0 0 0;
border-radius: 6px 0 0 0;
}
.check-icon {