diff --git a/ghost/admin/app/components/editor-labs/modals/publish-flow.js b/ghost/admin/app/components/editor-labs/modals/publish-flow.js index f55d9deb15..ee9ad7d836 100644 --- a/ghost/admin/app/components/editor-labs/modals/publish-flow.js +++ b/ghost/admin/app/components/editor-labs/modals/publish-flow.js @@ -67,7 +67,7 @@ export default class PublishModalComponent extends Component { return; } - const result = yield this.store.query('post', {limit: 1}); + const result = yield this.store.query('post', {status: 'published', limit: 1}); let count = result.meta.pagination.total; count += 1; // account for the new post