feat: teams modal wrapper

This commit is contained in:
liyasthomas
2021-10-03 18:14:52 +05:30
parent 7f501241f0
commit 84ad4071ad
5 changed files with 87 additions and 37 deletions

View File

@@ -73,7 +73,7 @@
</SmartTab>
<SmartTab :id="'teams'" :label="$t('team.title')">
<AppSection label="teams">
<Teams />
<Teams :modal="false" />
</AppSection>
</SmartTab>
</SmartTabs>