invite management
This commit is contained in:
parent
61052805ae
commit
ed50d8e446
3 changed files with 9 additions and 3 deletions
|
@ -40,7 +40,9 @@ export default defineComponent({
|
|||
},
|
||||
methods: {
|
||||
...mapActions(useInviteStore, ["deleteInvite"]),
|
||||
triggerDeleteInvite() {},
|
||||
triggerDeleteInvite() {
|
||||
this.deleteInvite(this.invite.mail);
|
||||
},
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue