Skip to content

Commit

Permalink
fix disable logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 7, 2023
1 parent 6a9d4bd commit c152302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/mirrors/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export default function CreateMirrors() {
Cancel
</Button>
<Button
disabled={!validSource}
disabled={mirrorType === 'CDC' && !validSource}
variant='normalSolid'
onClick={() =>
mirrorType === 'CDC'
Expand Down

0 comments on commit c152302

Please sign in to comment.