Commit b885e2c1 authored by Savas Vedova's avatar Savas Vedova

Change required value for props

parent 5d0b22da
...@@ -57,11 +57,13 @@ export default { ...@@ -57,11 +57,13 @@ export default {
}, },
userCalloutId: { userCalloutId: {
type: String, type: String,
required: true, required: false,
default: '',
}, },
userCalloutsPath: { userCalloutsPath: {
type: String, type: String,
required: true, required: false,
default: '',
}, },
}, },
data() { 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