diff --git a/src/api/workspaces/queries.ts b/src/api/workspaces/queries.ts index 2f536d1a9..1dfe70add 100644 --- a/src/api/workspaces/queries.ts +++ b/src/api/workspaces/queries.ts @@ -19,6 +19,7 @@ export const QUERY_ALL_WORKSPACES_WITH_PROJECTS = ` billingPeriodEventsCount subscriptionId lastChargeDate + isDebug inviteHash ...WorkspaceWithTeam ...WorkspacePlan diff --git a/src/components/modals/PaymentDetailsDialog.vue b/src/components/modals/PaymentDetailsDialog.vue index 36bc9214c..984185a98 100644 --- a/src/components/modals/PaymentDetailsDialog.vue +++ b/src/components/modals/PaymentDetailsDialog.vue @@ -313,7 +313,6 @@ export default Vue.extend({ * New plan */ plan(): Plan { - console.log(this.$store.getters.getPlanById(this.tariffPlanId)) return this.$store.getters.getPlanById(this.tariffPlanId); },