Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Oct 13, 2023
1 parent e2eaa18 commit 4493007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/app/mirrors/create/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ export default function MirrorConfig(props: MirrorConfigProps) {
}}
>
<Switch
onCheckedChange={(state) => handleChange(state, setting)}
onCheckedChange={(state: boolean) =>
handleChange(state, setting)
}
/>
{setting.tips && (
<InfoPopover
Expand Down

0 comments on commit 4493007

Please sign in to comment.