Skip to content

Commit 8ef0109

Browse files
committed
do not show warnings wrapper in date picker if there are no warnings
1 parent 7f0e994 commit 8ef0109

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
@@ -929,7 +929,7 @@
929929
var lengthStr = this.rangeLimits.maxLength[0] + ' ' + CV.i18n('common.buckets.' + this.rangeLimits.maxLength[1]);
930930
return {'maxLength': CV.i18n('common.range-length-limit', lengthStr)};
931931
}
932-
return {};
932+
return "";
933933
},
934934
setMinuteAndHourStyle: function() {
935935
return { display: this.tableType === 'minute' || this.tableType === 'hour' ? 'none' : '' };

0 commit comments

Comments
 (0)