Skip to content

Commit

Permalink
Temporary quick fix for RepeatingScheduleValue (#718)
Browse files Browse the repository at this point in the history
"Resolves" issue #711
  • Loading branch information
Jon-b-m authored May 29, 2024
1 parent 92566c2 commit 5a3b48f
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,15 @@ extension AutotuneConfig {
.foregroundColor(.red)
}

Section {
Button {
replaceAlert = true
}
label: { Text("Save as your Normal Basal Rates") }
} header: {
Text("Save on Pump")
}
/*
Section {
Button {
replaceAlert = true
}
label: { Text("Save as your Normal Basal Rates") }
} header: {
Text("Save on Pump")
}*/
}
}
.dynamicTypeSize(...DynamicTypeSize.xxLarge)
Expand Down

0 comments on commit 5a3b48f

Please sign in to comment.