Skip to content

Commit

Permalink
prettier????
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Jan 25, 2024
1 parent 5b7d96f commit 6e90549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions ui/app/mirrors/create/helpers/common.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
FlowConnectionConfigs,
QRepWriteType,
} from '@/grpc_generated/flow';
import { FlowConnectionConfigs, QRepWriteType } from '@/grpc_generated/flow';
import { Peer } from '@/grpc_generated/peers';

export interface MirrorSetting {
Expand Down
3 changes: 1 addition & 2 deletions ui/app/mirrors/create/qrep/qrep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export default function QRepConfigForm({
const [loading, setLoading] = useState(false);

const handleChange = (val: string | boolean, setting: MirrorSetting) => {
let stateVal: string | boolean | QRepWriteType | string[] =
val;
let stateVal: string | boolean | QRepWriteType | string[] = val;
if (setting.label.includes('Write Type')) {
switch (val) {
case 'Upsert':
Expand Down

0 comments on commit 6e90549

Please sign in to comment.