wolyshaw 4 lat temu
rodzic
commit
59cdde129d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/teamBuild/components/teamBaseInfo.vue

+ 1 - 1
src/views/teamBuild/components/teamBaseInfo.vue

@@ -688,7 +688,7 @@ export default {
   beforeDestroy () { },
   methods: {
     isNotEditing: function () {
-      return !(this.teamStatus === 'resetTeam' || this.teamStatus === 'teamDraft' || this.teamStatus === 'teamAudit' || this.teamStatus === 'newTeam' || this.teamStatus === 'teamList')
+      return !(this.teamStatus === 'teamDraft' || this.teamStatus === 'teamAudit' || this.teamStatus === 'newTeam' || this.teamStatus === 'teamList')
     },
     changeFeeType (val) {
       // console.log(val == "ONLINE");