Skip to content

Commit

Permalink
Removed min value for carbs cap until actual guardrails are decided l…
Browse files Browse the repository at this point in the history
…ater
  • Loading branch information
JeremyStorring committed May 26, 2024
1 parent 1941a02 commit fcfd751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ extension PreferencesEditor {
),
Field(
displayName: NSLocalizedString("Remaining Carbs Cap", comment: "Remaining Carbs Cap"),
type: .decimal(keypath: \.remainingCarbsCap, minVal: 90),
type: .decimal(keypath: \.remainingCarbsCap),
infoText: NSLocalizedString(
"This is the amount of the maximum number of carbs we’ll assume will absorb over 4h if we don’t yet see carb absorption.",
comment: "Remaining Carbs Cap"
Expand Down

0 comments on commit fcfd751

Please sign in to comment.