(syncSitesFixes: boolean)
| 5 | |
| 6 | export function SyncConfig(props: ViewProps): Malevic.Child { |
| 7 | function syncConfig(syncSitesFixes: boolean) { |
| 8 | props.actions.changeSettings({syncSitesFixes}); |
| 9 | props.actions.loadConfig({local: !syncSitesFixes}); |
| 10 | } |
| 11 | |
| 12 | return ( |
| 13 | <CheckButton |
nothing calls this directly
no test coverage detected