Skip to content

Commit

Permalink
Issue krayin#1085 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay bhatt committed Sep 7, 2022
1 parent 02df413 commit 6f67956
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 6f67956

Please sign in to comment.