Skip to content

Commit

Permalink
prettier???
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Jan 24, 2024
1 parent ae59ad4 commit 9b56666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/app/mirrors/edit/[mirrorId]/cdcDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import TimeLabel from '@/components/TimeComponent';
import { FlowConnectionConfigs, FlowStatus } from '@/grpc_generated/flow';
import { dBTypeFromJSON } from '@/grpc_generated/peers';
import { FlowStateChangeRequest } from '@/grpc_generated/route';
import { Button } from '@/lib/Button';
import { Icon } from '@/lib/Icon';
import { Label } from '@/lib/Label';
import moment from 'moment';
import Link from 'next/link';
import MirrorValues from './configValues';
import TablePairs from './tablePairs';
import { Button } from '@/lib/Button';

type props = {
syncs: SyncStatusRow[];
Expand Down Expand Up @@ -167,7 +167,7 @@ function statusChangeHandle(
await fetch(`/api/mirrors/state_change`, {
method: 'POST',
body: JSON.stringify(req),
cache: 'no-cache'
cache: 'no-cache',
});
window.location.reload();
}}
Expand All @@ -190,7 +190,7 @@ function statusChangeHandle(
await fetch(`/api/mirrors/state_change`, {
method: 'POST',
body: JSON.stringify(req),
cache: 'no-cache'
cache: 'no-cache',
});
window.location.reload();
}}
Expand Down

0 comments on commit 9b56666

Please sign in to comment.