Commit 89ee2418 authored by Phil Hughes's avatar Phil Hughes

Fixes Vue prop error when previewing suggestions

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/325513
parent 37ec7b18
...@@ -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