Skip to content

Commit

Permalink
Merge branch 'anna/next' of https://github.com/Countly/countly-server
Browse files Browse the repository at this point in the history
…into anna/next
  • Loading branch information
Cookiezaurs committed Oct 4, 2024
2 parents 81c522f + dda7613 commit d162f5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
},
customStyle: function() {
return {
height: (this.isVisible && (this.customRangeSelection || this.presetSelection)) ? "447px" : "auto",
height: (this.isVisible && this.presetSelection) ? "447px" : "auto"
};
}
},
Expand Down

0 comments on commit d162f5c

Please sign in to comment.