Skip to content

Commit

Permalink
Merge pull request #537 from Badsender-com/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
medamineziraoui authored Nov 18, 2021
2 parents 46b811c + b63ee10 commit 34ee9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/group/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default {
:label="$t('global.name')"
name="name"
required
:disabled="disabled"
:disabled="disabled || isGroupAdmin"
:error-messages="requiredErrors(`name`)"
@input="$v.group.name.$touch()"
@blur="$v.group.name.$touch()"
Expand Down

0 comments on commit 34ee9cc

Please sign in to comment.