Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
Co-authored-by: EresDev <[email protected]>
  • Loading branch information
zugdev and EresDev authored Dec 26, 2024
1 parent 23f3344 commit f04f3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/handle-approval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function onApproveClick() {

const originalText = approveButton.textContent;
try {
approveButton.textContent = "loading...";
approveButton.textContent = "Loading...";
approveButton.disabled = true;
revokeButton.disabled = true; // disable revoke as well to prevent conflicting actions

Expand Down

0 comments on commit f04f3d1

Please sign in to comment.