Skip to content

Commit

Permalink
Merge pull request #62 from kubo6472/patch-1
Browse files Browse the repository at this point in the history
Update SeasonsTable.vue
  • Loading branch information
PhlexPlexico authored May 2, 2021
2 parents f416dd2 + 807d242 commit 8674d04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/SeasonsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<v-col lg="4" sm="12" align-self="center">
<v-radio
:label="$t('CreateMatch.KnifeDefault')"
:value="'default'"
:value="'standard'"
/>
</v-col>
<v-col lg="4" sm="12" align-self="center">
Expand Down Expand Up @@ -409,7 +409,7 @@ export default {
skip_veto: false,
map_pool: [],
spectators: [],
side_type: "default"
side_type: "standard"
},
datemenu: false,
formTitle: this.$t("Seasons.NewFormTitle"),
Expand Down Expand Up @@ -452,7 +452,7 @@ export default {
skip_veto: false,
map_pool: [],
spectators: [],
side_type: "default"
side_type: "standard"
};
this.$refs.newSeasonForm.resetValidation();
});
Expand Down Expand Up @@ -597,7 +597,7 @@ export default {
skip_veto: false,
map_pool: [],
spectators: [],
side_type: "default"
side_type: "standard"
};
this.$refs.newSeasonForm.resetValidation();
});
Expand Down

0 comments on commit 8674d04

Please sign in to comment.