Add roadmap and feature requests

This commit is contained in:
Julien Nahum
2023-12-11 12:35:46 +01:00
parent 59c21511ad
commit dcc8b9fa62
3 changed files with 30 additions and 22 deletions

View File

@@ -49,6 +49,9 @@ export default {
return this.$store.getters['open/workspaces/getCurrent']()
},
customDomainOptions () {
if (!this.workspace || !this.workspace.custom_domains) {
return []
}
return this.workspace.custom_domains.map((domain) => {
return {
name: domain,