Commit 493c202b authored by Adam Alvis's avatar Adam Alvis

Apply 1 suggestion(s) to 1 file(s)

parent 8135a2e4
......@@ -128,13 +128,12 @@ export default {
:empty-state-svg-path="emptyStateSvgPath"
:filters="filters"
/>
<div v-else-if="shouldShowEmptyState">
<dashboard-not-configured
:svg-path="emptyStateSvgPath"
:dashboard-documentation="dashboardDocumentation"
@handleAddProjectsClick="toggleProjectSelector"
/>
</div>
<dashboard-not-configured
v-else-if="shouldShowEmptyState"
:svg-path="emptyStateSvgPath"
:dashboard-documentation="dashboardDocumentation"
@handleAddProjectsClick="toggleProjectSelector"
/>
<div v-else class="d-flex justify-content-center">
<project-manager
v-if="showProjectSelector"
......
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