diff --git a/client/components/global/Navbar.vue b/client/components/global/Navbar.vue index 83913c8b..af37c53a 100644 --- a/client/components/global/Navbar.vue +++ b/client/components/global/Navbar.vue @@ -168,7 +168,7 @@ export default { return null }, workspace () { - return this.workspacesStore.getCurrent() + return this.workspacesStore.getCurrent }, paidPlansEnabled () { return this.config.paid_plans_enabled diff --git a/client/components/global/WorkspaceDropdown.vue b/client/components/global/WorkspaceDropdown.vue index b362bff0..bd940413 100644 --- a/client/components/global/WorkspaceDropdown.vue +++ b/client/components/global/WorkspaceDropdown.vue @@ -69,7 +69,7 @@ export default { computed: { workspace () { - return this.workspacesStore.getCurrent() + return this.workspacesStore.getCurrent } }, diff --git a/client/components/pages/auth/components/LoginForm.vue b/client/components/pages/auth/components/LoginForm.vue index 2257f9db..a5343d8f 100644 --- a/client/components/pages/auth/components/LoginForm.vue +++ b/client/components/pages/auth/components/LoginForm.vue @@ -41,7 +41,6 @@