Commit c5b9bd1b authored by samdbeckham's avatar samdbeckham

Adds changes from @wortschi review

- removes a redundant empty state class
parent 484e3adb
...@@ -193,7 +193,6 @@ export default { ...@@ -193,7 +193,6 @@ export default {
<gl-empty-state <gl-empty-state
v-else v-else
class="js-empty-state"
:title="$options.emptyDashboardHeader" :title="$options.emptyDashboardHeader"
:svg-path="emptyDashboardSvgPath" :svg-path="emptyDashboardSvgPath"
> >
......
...@@ -66,7 +66,6 @@ exports[`dashboard should match the snapshot 1`] = ` ...@@ -66,7 +66,6 @@ exports[`dashboard should match the snapshot 1`] = `
class="prepend-top-default" class="prepend-top-default"
> >
<gl-empty-state-stub <gl-empty-state-stub
class="js-empty-state"
svgpath="/assets/illustrations/operations-dashboard_empty.svg" svgpath="/assets/illustrations/operations-dashboard_empty.svg"
title="Add a project to the dashboard" title="Add a project to the dashboard"
/> />
......
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