diff --git a/src/components/operations/operation-details/ko/runtime/authorization.html b/src/components/operations/operation-details/ko/runtime/authorization.html
index 06e060a6b..cd09ff5b7 100644
--- a/src/components/operations/operation-details/ko/runtime/authorization.html
+++ b/src/components/operations/operation-details/ko/runtime/authorization.html
@@ -1,94 +1,90 @@
-
Authorization
-
-
+
+
+
+ Authorization
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
\ No newline at end of file
diff --git a/src/components/operations/operation-details/ko/runtime/authorization.ts b/src/components/operations/operation-details/ko/runtime/authorization.ts
index 6acd2525c..81ab56375 100644
--- a/src/components/operations/operation-details/ko/runtime/authorization.ts
+++ b/src/components/operations/operation-details/ko/runtime/authorization.ts
@@ -35,7 +35,6 @@ export class Authorization {
public readonly authorizationError: ko.Observable
;
public readonly products: ko.Observable;
public readonly selectedSubscriptionKey: ko.Observable;
- public readonly collapsedAuth: ko.Observable;
private deleteAuthorizationHeader: boolean = false;
constructor(
@@ -45,7 +44,6 @@ export class Authorization {
private readonly apiService: ApiService,
private readonly productService: ProductService,
) {
- this.collapsedAuth = ko.observable(false);
this.authorizationServer = ko.observable();
this.selectedGrantType = ko.observable();
this.api = ko.observable();
@@ -456,8 +454,4 @@ export class Authorization {
this.updateRequestSummary();
}
}
-
- public collapseAuth(): void {
- this.collapsedAuth(!this.collapsedAuth());
- }
}
\ No newline at end of file
diff --git a/src/components/operations/operation-details/ko/runtime/graphql-console.html b/src/components/operations/operation-details/ko/runtime/graphql-console.html
index 61a12b638..a58deff02 100644
--- a/src/components/operations/operation-details/ko/runtime/graphql-console.html
+++ b/src/components/operations/operation-details/ko/runtime/graphql-console.html
@@ -33,131 +33,124 @@
params="{ api: api, authorizationServer: authorizationServer, headers: headers, queryParameters: queryParameters }">
- Parameters
-
-
-
-
-
-