Skip to content

Commit bf49770

Browse files
authored
Merge pull request #6307 from Countly/rating-consent
[SER-2336] Fix consent text limit counter
2 parents 289e1ef + 97ac5a3 commit bf49770

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Version 25.03.X
2+
Fixes:
3+
- [star-rating] Fix consent text limit counter
4+
25
Enterprise Fixes:
36
- [active-users] Fixed bug related to selecting calculation ranges. As a result, some dates were previously calculated on incomplete data set.
47

plugins/star-rating/frontend/public/templates/star-consent-link.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
maxlength="95"
1010
:placeholder="i18n('rating.drawer.consent.placeholder')"
1111
v-model="value.finalText"
12-
show-word-limit
1312
>
1413
<span
1514
class="el-input__count"

0 commit comments

Comments
 (0)