Skip to content

Commit

Permalink
Initial copy only : change param name (#1228)
Browse files Browse the repository at this point in the history
Changes UI's setting name of the initialSnapshotOnly parameter
  • Loading branch information
Amogh-Bharadwaj authored Feb 8, 2024
1 parent 9d7e4b6 commit 08b8cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/mirrors/create/helpers/cdc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const cdcSettings: MirrorSetting[] = [
stateHandler: (value, setter) =>
setter((curr: CDCConfig) => ({
...curr,
initialCopyOnly: (value as boolean) || false,
initialSnapshotOnly: (value as boolean) || false,
})),
tips: 'If set, PeerDB will only perform initial load and will not perform CDC sync.',
type: 'switch',
Expand Down

0 comments on commit 08b8cf9

Please sign in to comment.