diff --git a/panel/src/panel/configuration/forms.py b/panel/src/panel/configuration/forms.py index e79ecf5c..1ab37373 100644 --- a/panel/src/panel/configuration/forms.py +++ b/panel/src/panel/configuration/forms.py @@ -31,11 +31,6 @@ class Mastodon(BaseModel): class Configuration(BaseModel): - enable: bool = Field( - default=False, - description="Enable the configuration", - ) - # XXX: hard-code available apex domains for now, # they will be prefixed by the user name class Domain(Enum):