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