Commit 63854dc7 authored by Eric Eastwood's avatar Eric Eastwood

Resolve Vue warnings in approvals_body_spec.js

parent 3b79df47
......@@ -20,6 +20,8 @@ import ApprovalsBody from '~/vue_merge_request_widget/ee/components/approvals/ap
`);
this.initialData = {
mr: {},
service: {},
suggestedApprovers: [{ name: 'Approver 1' }],
userCanApprove: false,
userHasApproved: true,
......
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