Commit c39072a6 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'make-user-callout-not-required' into 'master'

Change required value for props

See merge request gitlab-org/gitlab!35620
parents e7f4c967 b885e2c1
......@@ -57,11 +57,13 @@ export default {
},
userCalloutId: {
type: String,
required: true,
required: false,
default: '',
},
userCalloutsPath: {
type: String,
required: true,
required: false,
default: '',
},
},
data() {
......
---
title: Change required value for user callout props
merge_request: 35620
author:
type: fixed
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