Skip to content

Commit f1fba81

Browse files
committed
[SER-2236] Character limit exceeded issue in feedback widget
While creating rating, There is a character limit exceeded issue in the Add user consent text input box.
1 parent b10a6b0 commit f1fba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="bu-py-1 bu-px-4 cly-vue-drawer-step__section-group--filled">
22
<div class="cly-vue-drawer-step__section">
33
<div class="text-small text-heading bu-pb-1">{{i18n('rating.drawer.consent.text')}}</div>
4-
<validation-provider name="value.consent" rules="required|max:93" v-slot="v">
4+
<validation-provider name="value.consent" rules="required|max:94" v-slot="v">
55
<el-input
66
:class="{'is-error': v.errors.length > 0}"
77
:placeholder="i18n('rating.drawer.consent.placeholder')"

0 commit comments

Comments
 (0)