Commit 1e2ff8f6 authored by Stan Hu's avatar Stan Hu

Merge branch 'ss/fix-frontend-ff-on-wip-limits' into 'master'

License check with FF for work in progress limits

See merge request gitlab-org/gitlab!23113
parents 2c90f50c a04cb118
......@@ -11,7 +11,7 @@ module EE
private
def push_wip_limits
push_frontend_feature_flag(:wip_limits, parent)
push_frontend_feature_flag(:wip_limits, parent) if License.feature_available?(:wip_limits)
end
end
end
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