Commit 061e77cb authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ntepluhina-fix-design-management' into 'master'

Added merge policy for design collection

See merge request gitlab-org/gitlab!80705
parents f88e9e0b 2a2a838c
......@@ -44,6 +44,9 @@ export const typePolicies = {
PipelinePermissions: {
merge: true,
},
DesignCollection: {
merge: true,
},
};
export const stripWhitespaceFromQuery = (url, path) => {
......
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