Commit b8fbaa73 authored by Filipa Lacerda's avatar Filipa Lacerda

Fixes eslint

parent 84b69f34
...@@ -8,13 +8,13 @@ import GroupedSecurityReportsApp from '../vue_shared/security_reports/grouped_se ...@@ -8,13 +8,13 @@ import GroupedSecurityReportsApp from '../vue_shared/security_reports/grouped_se
import reportsMixin from '../vue_shared/security_reports/mixins/reports_mixin'; import reportsMixin from '../vue_shared/security_reports/mixins/reports_mixin';
export default { export default {
extends: CEWidgetOptions,
components: { components: {
'mr-widget-approvals': WidgetApprovals, 'mr-widget-approvals': WidgetApprovals,
'mr-widget-geo-secondary-node': GeoSecondaryNode, 'mr-widget-geo-secondary-node': GeoSecondaryNode,
GroupedSecurityReportsApp, GroupedSecurityReportsApp,
ReportSection, ReportSection,
}, },
extends: CEWidgetOptions,
mixins: [reportsMixin], mixins: [reportsMixin],
data() { data() {
return { return {
...@@ -273,4 +273,4 @@ export default { ...@@ -273,4 +273,4 @@ export default {
<mr-widget-merge-help /> <mr-widget-merge-help />
</div> </div>
</div> </div>
</template </template>
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