display update when appropriate
This commit is contained in:
parent
41cc6f5118
commit
70ef8b9eed
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class PublishDetails extends React.Component {
|
||||||
|
|
||||||
<Row>
|
<Row>
|
||||||
<ButtonPrimaryJumbo
|
<ButtonPrimaryJumbo
|
||||||
value={'Publish'}
|
value={isUpdate ? 'Update' : 'Publish'}
|
||||||
onClickHandler={this.onPublishSubmit}
|
onClickHandler={this.onPublishSubmit}
|
||||||
/>
|
/>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
Loading…
Add table
Reference in a new issue