Skip to content

Commit c6c8dc0

Browse files
remove unused originalText variable in select all handler
Signed-off-by: NAYANA.R <nayana.r7813@gmail.com>
1 parent 5987449 commit c6c8dc0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mcpgateway/static/admin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9940,7 +9940,6 @@ function initToolSelect(
99409940

99419941
newSelectBtn.addEventListener("click", async () => {
99429942
// Disable button and show loading state
9943-
const originalText = newSelectBtn.textContent;
99449943
newSelectBtn.disabled = true;
99459944
newSelectBtn.textContent = "Selecting all tools...";
99469945

0 commit comments

Comments
 (0)