Skip to content

Commit

Permalink
fixed lints pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Jan 17, 2024
1 parent 234f7ed commit b4a9273
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/app/mirrors/create/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ export const handleCreateCDC = async (
config['flowJobName'] = flowJobName;

if (config.doInitialSnapshot == false && config.initialSnapshotOnly == true) {
notify('Initial Snapshot Only cannot be true if Initial Snapshot is false.');
notify(
'Initial Snapshot Only cannot be true if Initial Snapshot is false.'
);
return;
}

Expand Down

0 comments on commit b4a9273

Please sign in to comment.