diff --git a/api/services/feature_service.py b/api/services/feature_service.py index 9a9acb340f..1441e6ce16 100644 --- a/api/services/feature_service.py +++ b/api/services/feature_service.py @@ -230,7 +230,6 @@ 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