From 676de341ef7472d5b908645f25522c20272024ed Mon Sep 17 00:00:00 2001 From: Yansong Zhang <916125788@qq.com> Date: Mon, 14 Jul 2025 16:12:58 +0800 Subject: [PATCH] fix feature bug --- api/services/feature_service.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/services/feature_service.py b/api/services/feature_service.py index 9e5a1a4305..9a9acb340f 100644 --- a/api/services/feature_service.py +++ b/api/services/feature_service.py @@ -230,6 +230,8 @@ class FeatureService: if features.billing.subscription.plan != "sandbox": features.webapp_copyright_enabled = True + features.is_allow_transfer_workspace = True + else: features.is_allow_transfer_workspace = False if "members" in billing_info: