diff --git a/temba/channels/views.py b/temba/channels/views.py index 4ec876a1c2..3a1373855b 100644 --- a/temba/channels/views.py +++ b/temba/channels/views.py @@ -70,7 +70,6 @@ def __init__(self, channel_type): class ClaimViewMixin(ChannelTypeMixin, OrgPermsMixin, ComponentFormMixin): permission = "channels.channel_claim" menu_path = "/settings/channels/new-channel" - readonly_servicing = False class Form(forms.Form): def __init__(self, **kwargs):