added CreateTeamFolderPopup.vue

This commit is contained in:
Peter Papp
2021-08-19 10:42:46 +02:00
parent 1d569f13c2
commit 58b7e6d584
9 changed files with 611 additions and 5 deletions

View File

@@ -47,6 +47,8 @@
// Close popup
events.$on('popup:close', () => this.isVisibleWrapper = false)
//todo: if (this.name === 'create-team-folder') this.isVisibleWrapper = true
}
}
</script>