diff --git a/horilla_meet/cbv.py b/horilla_meet/cbv.py index 1dd973d63..ff09d7798 100644 --- a/horilla_meet/cbv.py +++ b/horilla_meet/cbv.py @@ -74,7 +74,7 @@ class GmeetCredentialNavView(views.HorillaNavView): nav_title = _trans("Google Cloud Credentials") search_swap_target = "#credContainer" - search_url = reverse_lazy("gmeet-setting-list-view") + search_url = None @method_decorator(login_required, name="dispatch") diff --git a/horilla_meet/templates/gmeet_credentials/gmeet_credential_section_view.html b/horilla_meet/templates/gmeet_credentials/gmeet_credential_section_view.html index a12638c86..506aaef34 100644 --- a/horilla_meet/templates/gmeet_credentials/gmeet_credential_section_view.html +++ b/horilla_meet/templates/gmeet_credentials/gmeet_credential_section_view.html @@ -6,31 +6,31 @@