@dcrackel/hematournamentui 1.0.597 → 1.0.598

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -803,7 +803,7 @@ const He = /* @__PURE__ */ oe(Nm, [["render", Fm]]), Lm = {
803
803
  required: !0
804
804
  },
805
805
  selectedItem: {
806
- type: Object,
806
+ type: [Object, String],
807
807
  required: !0
808
808
  },
809
809
  width: {
@@ -30973,7 +30973,7 @@ const pT = (n, e) => {
30973
30973
  methods: {
30974
30974
  tournamentTabs: Ls,
30975
30975
  handleTab(n) {
30976
- this.currentTab = n, this.$emit("tab:menu-click", n);
30976
+ this.saveButtonLabel = "Save", this.currentTab = n, this.$emit("tab:menu-click", n);
30977
30977
  },
30978
30978
  checkIfNewTournament() {
30979
30979
  if (!this.tournament || Object.keys(this.tournament).length === 0 || !this.tournament.Name) {