Block save/publish buttons while processing

This commit is contained in:
Cássio Zen
2017-01-11 22:36:49 -02:00
parent 48d8077ff0
commit 4f2dc92bfe
2 changed files with 16 additions and 5 deletions

View File

@ -83,7 +83,7 @@ class UnpublishedListing extends React.Component {
<Button>Edit</Button>
</Link>
{
ownStatus === status.last() &&
(ownStatus === status.last() && !entry.get('isPersisting', false)) &&
<Button
accent
/* eslint-disable */