Skip to content

Commit

Permalink
fixed review comments pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Jan 24, 2024
1 parent 182a67a commit ae59ad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/app/mirrors/edit/[mirrorId]/cdcDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ function statusChangeHandle(
await fetch(`/api/mirrors/state_change`, {
method: 'POST',
body: JSON.stringify(req),
cache: 'no-cache'
});
window.location.reload();
}}
Expand All @@ -189,6 +190,7 @@ function statusChangeHandle(
await fetch(`/api/mirrors/state_change`, {
method: 'POST',
body: JSON.stringify(req),
cache: 'no-cache'
});
window.location.reload();
}}
Expand Down

0 comments on commit ae59ad4

Please sign in to comment.