feat: init invitation wiring

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
liyasthomas
2021-10-17 16:45:48 +05:30
parent 9af8a24a89
commit 3bdf2baf97
8 changed files with 147 additions and 50 deletions

View File

@@ -17,7 +17,7 @@
{{ $t("action.label") }}
</label>
</div>
<div class="flex flex-1 justify-between items-center">
<div class="flex pt-4 flex-1 justify-between items-center">
<label for="memberList" class="p-4">
{{ $t("team.members") }}
</label>
@@ -25,6 +25,7 @@
<ButtonSecondary
svg="user-plus"
:label="$t('team.invite')"
filled
@click.native="
() => {
$emit('invite-team')