Skip to content

Commit

Permalink
add it in errors page too
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 11, 2024
1 parent ed5cf4b commit b2b41d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/mirrors/errors/[mirrorName]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default function MirrorError() {
headers: {
'Content-Type': 'application/json',
},
cache: 'no-store',
body: JSON.stringify(req),
});
const data: MirrorLogsResponse = await response.json();
Expand Down

0 comments on commit b2b41d2

Please sign in to comment.