mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Updated default mock state
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
2a09d83023
commit
37dd97b5c5
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ export default class DashboardMocksService extends Service {
|
|||
// const attributionSources = ['Twitter', 'Ghost Network', 'Product Hunt', 'Direct'];
|
||||
const hasPaidConversions = true;
|
||||
const hasFreeSignups = true;
|
||||
const showEmptyState = true;
|
||||
const showEmptyState = false;
|
||||
|
||||
if (!showEmptyState) {
|
||||
this.memberAttributionStats.push({
|
||||
|
|
Loading…
Add table
Reference in a new issue