We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a383e7 + 9f90ffb commit 0aaf347Copy full SHA for 0aaf347
packages/Webkul/Admin/src/Resources/views/settings/roles/edit.blade.php
@@ -75,7 +75,7 @@ class="control"
75
v-validate="'required'"
76
data-vv-as="{{ __('admin::app.settings.roles.description') }}"
77
placeholder="{{ __('admin::app.settings.roles.description') }}"
78
- >{{ old('description') ?? $role->description }}}</textarea>
+ >{{ old('description') ?? $role->description }}</textarea>
79
80
<span class="control-error" v-if="errors.has('description')">
81
@{{ errors.first('description') }}
0 commit comments