Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 25.03.X
Fixes:
- [star-rating] Fix consent text limit counter

## Version 25.03.6
Enterprise Features:
- [journey_engine] Publish toggle is converted into button and rearranged
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
maxlength="95"
:placeholder="i18n('rating.drawer.consent.placeholder')"
v-model="value.finalText"
show-word-limit
>
<span
class="el-input__count"
Expand Down
Loading