Commit 29c3ea0f authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/325513/fixedJSErrorSuggestionPreview' into 'master'

Fixes Vue prop error when previewing suggestions

See merge request gitlab-org/gitlab!69554
parents e9766762 89ee2418
...@@ -39,7 +39,8 @@ export default { ...@@ -39,7 +39,8 @@ export default {
}, },
defaultCommitMessage: { defaultCommitMessage: {
type: String, type: String,
required: true, required: false,
default: null,
}, },
inapplicableReason: { inapplicableReason: {
type: String, type: String,
......
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