@dcrackel/hematournamentui 1.0.170 → 1.0.172

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcrackel/hematournamentui",
3
3
  "private": false,
4
- "version": "1.0.170",
4
+ "version": "1.0.172",
5
5
  "type": "module",
6
6
  "main": "dist/HemaTournamentUI-lib.umd.js",
7
7
  "module": "dist/HemaTournamentUI-lib.es.js",
@@ -110,7 +110,7 @@ export default {
110
110
  emits: ['tab:menu-click', 'update:submit','update:cancel'],
111
111
  data() {
112
112
  return {
113
- localTournament: JSON.parse(JSON.stringify(this.tournament)),
113
+ localTournament: this.tournament,
114
114
  validation: {
115
115
  name: false,
116
116
  imageLink: false,