Update therapeutic range settings add toggle
This commit is contained in:
@@ -48,6 +48,7 @@ export interface UiSettings {
|
||||
simulationDays: string;
|
||||
displayedDays: string;
|
||||
showDayReferenceLines?: boolean;
|
||||
showTherapeuticRange?: boolean;
|
||||
}
|
||||
|
||||
export interface AppState {
|
||||
@@ -106,5 +107,6 @@ export const getDefaultState = (): AppState => ({
|
||||
yAxisMax: '13',
|
||||
simulationDays: '5',
|
||||
displayedDays: '2',
|
||||
showTherapeuticRange: true,
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user