+
+ {
+ field.onChange(
+ checked
+ );
+ form.setValue(
+ "autoUpdateOverrideOrg",
+ true
+ );
+ }}
+ disabled={
+ !hasAutoUpdateFeature
+ }
+ />
+ {isOverriding && (
+ {
+ form.setValue(
+ "autoUpdateOverrideOrg",
+ false
+ );
+ form.setValue(
+ "autoUpdateEnabled",
+ orgAutoUpdate
+ );
+ }}
+ >
+ {t(
+ "siteAutoUpdateResetToOrg"
+ )}
+
+ )}
+
+
+