Skip to content

Commit dda7613

Browse files
authored
Merge branch 'next' into anna/next
2 parents ff5b409 + cc4f7b4 commit dda7613

File tree

1 file changed

+1
-1
lines changed
  • frontend/express/public/javascripts/countly/vue/components

1 file changed

+1
-1
lines changed

frontend/express/public/javascripts/countly/vue/components/date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@
936936
},
937937
customStyle: function() {
938938
return {
939-
height: (this.isVisible && (this.customRangeSelection || this.presetSelection)) ? "447px" : "auto",
939+
height: (this.isVisible && this.presetSelection) ? "447px" : "auto"
940940
};
941941
}
942942
},

0 commit comments

Comments
 (0)