Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGolodetsky committed May 2, 2022
1 parent d5b95b2 commit 0b0fde3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/TeamsAddDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export default defineComponent({
};
$store.dispatch('teams/updateTeam', payload);
};
const submitTeam = () => {
if (name.value || selectedTeamId.value) {
selectedTeamId.value ? addExistingTeam() : createNewTeam();
Expand Down

0 comments on commit 0b0fde3

Please sign in to comment.