Commit 2fb7bd91 authored by Adam Alvis's avatar Adam Alvis

fixed eslint errors and warnings

parent 92d91146
<script> <script>
import { GlButton, GlEmptyState, GlLink } from '@gitlab/ui'; import { GlButton, GlEmptyState, GlLink } from '@gitlab/ui';
import { s__ } from '~/locale'; import { s__ } from '~/locale'; // eslint-disable-line no-unused-vars
export default { export default {
components: { components: {
......
...@@ -130,8 +130,8 @@ export default { ...@@ -130,8 +130,8 @@ export default {
/> />
<div v-else-if="shouldShowEmptyState"> <div v-else-if="shouldShowEmptyState">
<empty-state <empty-state
:svgPath="emptyStateSvgPath" :svg-path="emptyStateSvgPath"
:dashboardDocumentation="dashboardDocumentation" :dashboard-documentation="dashboardDocumentation"
@handleAddProjectsClick="toggleProjectSelector" @handleAddProjectsClick="toggleProjectSelector"
/> />
</div> </div>
......
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