Skip to content
Snippets Groups Projects
Commit 961b1d20 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix disable on add member button

parent 7fd6a233
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<button <button
type="button" type="button"
class="ui green icon button" class="ui green icon button"
:disabled="newMember.user" :disabled="!newMember.user.name"
@click="addMember" @click="addMember"
> >
<i class="white add icon" /> <i class="white add icon" />
......
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