diff --git a/web_ui/frontend/helpers/api.ts b/web_ui/frontend/helpers/api.ts index 4bb2c3a0d..24b5903e4 100644 --- a/web_ui/frontend/helpers/api.ts +++ b/web_ui/frontend/helpers/api.ts @@ -161,7 +161,6 @@ export const postGeneralNamespace = async ( export const putGeneralNamespace = async ( data: Namespace ): Promise => { - // If an access_token is in the URL, add it to the request const url = new URL( `/api/v1.0/registry_ui/namespaces/${data.id}`,