Skip to content

Commit

Permalink
Merge pull request #1086 from Sanjaybhattwebkul/required-icon
Browse files Browse the repository at this point in the history
Issue #1085 fixed
  • Loading branch information
jitendra-webkul authored Sep 7, 2022
2 parents 02df413 + 6f67956 commit 8b6b27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class="control"
</div>

<div class="form-group" :class="[errors.has('permission_type') ? 'has-error' : '']">
<label>
<label class="required">
{{ __('admin::app.settings.roles.permission_type') }}
</label>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class="control"
</div>

<div class="form-group" :class="[errors.has('permission_type') ? 'has-error' : '']">
<label>
<label class="required">
{{ __('admin::app.settings.roles.permission_type') }}
</label>

Expand Down

0 comments on commit 8b6b27b

Please sign in to comment.