Skip to content

Commit

Permalink
force-dynamic for mirror status page (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Oct 18, 2023
1 parent 6207e23 commit 8c9a259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/app/mirrors/edit/[mirrorId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { Suspense } from 'react';
import { CDCMirror } from './cdc';
import SyncStatus from './syncStatus';

export const dynamic = 'force-dynamic';

type EditMirrorProps = {
params: { mirrorId: string };
};
Expand Down

0 comments on commit 8c9a259

Please sign in to comment.