Browse Source

hotfix to user add

Ryan Helsing 8 năm trước cách đây
mục cha
commit
e9bc5eaac5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      models/boards.js

+ 1 - 0
models/boards.js

@@ -314,6 +314,7 @@ Boards.mutations({
           userId: memberId,
           isAdmin: false,
           isActive: true,
+          isCommentOnly: false,
         },
       },
     };