Figured out auth & middlewares
This commit is contained in:
@@ -168,7 +168,7 @@ export default {
|
||||
return null
|
||||
},
|
||||
workspace () {
|
||||
return this.workspacesStore.getCurrent()
|
||||
return this.workspacesStore.getCurrent
|
||||
},
|
||||
paidPlansEnabled () {
|
||||
return this.config.paid_plans_enabled
|
||||
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
workspace () {
|
||||
return this.workspacesStore.getCurrent()
|
||||
return this.workspacesStore.getCurrent
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user