Commit e339ff65 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'fix-ee-project-settings-page' into 'master'

Fix typo breaking project edit page

See merge request gitlab-org/gitlab!54607
parents 969b8edd e7bb97b6
......@@ -70,7 +70,7 @@ module EE
override :show_security_and_compliance_toggle?
def show_security_and_compliance_toggle?
super || show_audit_events?(project)
super || show_audit_events?(@project)
end
override :default_url_to_repo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment