Skip to content

Commit

Permalink
disable partial saves
Browse files Browse the repository at this point in the history
  • Loading branch information
dbajpeyi committed Feb 7, 2025
1 parent c3b85bd commit 3c7f863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"state": "disabled"
},
"partialFormSaves": {
"state": "enabled"
"state": "disabled"
},
"onByDefault": {
"state": "enabled",
Expand Down
2 changes: 1 addition & 1 deletion overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
}
},
"partialFormSaves": {
"state": "enabled"
"state": "disabled"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"state": "enabled"
},
"partialFormSaves": {
"state": "enabled"
"state": "disabled"
}
}
},
Expand Down

0 comments on commit 3c7f863

Please sign in to comment.