fix: refresh user teams after create/edit/delete team (#2093)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
Muhsin Keloth
2021-04-13 19:19:44 +05:30
committed by GitHub
parent 2bb2d4aa25
commit 4387736f1a
2 changed files with 2 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ export default {
teamId,
},
});
this.$store.dispatch('teams/get');
} catch (error) {
this.showAlert(error.message);
}

View File

@@ -129,6 +129,7 @@ export default {
teamId,
},
});
this.$store.dispatch('teams/get');
} catch (error) {
this.showAlert(error.message);
}