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 {
},
defaultCommitMessage: {
type: String,
required: true,
required: false,
default: null,
},
inapplicableReason: {
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