Skip to content
Snippets Groups Projects
Commit ef31edfd authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Fix component to add a member

parent 957366e3
No related branches found
No related tags found
1 merge request!1611Fix component to add a member
......@@ -129,7 +129,7 @@ export default {
methods: {
...mapMutations('notifications', ['notify']),
async add () {
if (this.loading || !isAdmin) return
if (this.loading || !this.isAdmin) return
const identifier = this.fields.identifier.trim()
const level = this.fields.level
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment