Skip to content

Commit

Permalink
Merge pull request #868 from tidepool-org/WEB-1129-basics-date-select…
Browse files Browse the repository at this point in the history
…ion-fix

[WEB-1129] Basics date selection fix
  • Loading branch information
clintonium-119 authored Jan 22, 2021
2 parents 4584371 + 2b25973 commit c739823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/pages/patientdata/patientdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,9 @@ export const PatientDataClass = createReactClass({
this.setState({ datesDialogFetchingData: true });

this.fetchEarlierData({
returnData: false,
showLoading: true,
returnData: false
startDate,
});
} else {
this.closeDatesDialog();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blip",
"version": "1.42.0",
"version": "1.43.0-web-1129-basics-date-selection-fix.1",
"private": true,
"scripts": {
"test": "TZ=UTC NODE_ENV=test ./node_modules/karma/bin/karma start",
Expand Down

0 comments on commit c739823

Please # to comment.