Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 92048eb

Browse files
committed
Fixes http method not showing in -tst
1 parent a345d15 commit 92048eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/main-column/main-column.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,8 @@ export class MainColumnComponent extends GraphExplorerComponent implements After
161161
// Where setAttribute is called on an undefined object.
162162
if (this.isAuthenticated() && selectElement !== undefined && hasDisabledAttribute) {
163163
selectElement.setAttribute('aria-disabled', 'false');
164-
selectElementButton.removeAttribute('disabled');
165164
} else if (!this.isAuthenticated() && !hasDisabledAttribute) {
166165
selectElement.setAttribute('aria-disabled', 'true');
167-
selectElementButton.setAttribute('disabled', '');
168166
}
169167
}
170168

0 commit comments

Comments
 (0)