Update medication history days with toggle for convenience
This commit is contained in:
@@ -84,6 +84,7 @@ export interface UiSettings {
|
||||
displayedDays: string;
|
||||
showDayReferenceLines?: boolean;
|
||||
showTherapeuticRange?: boolean;
|
||||
steadyStateDaysEnabled?: boolean;
|
||||
stickyChart: boolean;
|
||||
}
|
||||
|
||||
@@ -154,6 +155,7 @@ export const getDefaultState = (): AppState => ({
|
||||
simulationDays: '5',
|
||||
displayedDays: '2',
|
||||
showTherapeuticRange: true,
|
||||
steadyStateDaysEnabled: true,
|
||||
stickyChart: false,
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user