summaryrefslogtreecommitdiff
path: root/app/views/groups/_invite_members_modal.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/_invite_members_modal.html.haml')
-rw-r--r--app/views/groups/_invite_members_modal.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_invite_members_modal.html.haml b/app/views/groups/_invite_members_modal.html.haml
index 3aae81cef8d..bd53f73230e 100644
--- a/app/views/groups/_invite_members_modal.html.haml
+++ b/app/views/groups/_invite_members_modal.html.haml
@@ -1,7 +1,7 @@
- if invite_members_allowed?(group)
.js-invite-members-modal{ data: { id: group.id,
name: group.name,
- is_project: false,
+ is_project: 'false',
access_levels: GroupMember.access_level_roles.to_json,
default_access_level: Gitlab::Access::GUEST,
help_link: help_page_url('user/permissions') } }