Navigation Menu

Skip to content

Commit

Permalink
fix: refresh user teams after create/edit/delete team (#2093)
Browse files Browse the repository at this point in the history
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
  • Loading branch information
muhsin-k and nithindavid committed Apr 13, 2021
1 parent 2bb2d4a commit 4387736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -107,6 +107,7 @@ export default {
teamId,
},
});
this.$store.dispatch('teams/get');
} catch (error) {
this.showAlert(error.message);
}
Expand Down
Expand Up @@ -129,6 +129,7 @@ export default {
teamId,
},
});
this.$store.dispatch('teams/get');
} catch (error) {
this.showAlert(error.message);
}
Expand Down

0 comments on commit 4387736

Please sign in to comment.