feat: teams modal wrapper

This commit is contained in:
liyasthomas
2021-10-03 18:14:52 +05:30
parent e82a4a1d23
commit 41be5cc4a8
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>