diff --git a/webui/src/components/editrecord.jsx b/webui/src/components/editrecord.jsx index 5a5dd0f193..92720a09b1 100644 --- a/webui/src/components/editrecord.jsx +++ b/webui/src/components/editrecord.jsx @@ -648,7 +648,7 @@ const EditRecord = React.createClass({ const text = this.state.waitingForServer ? "Updating record, please wait..." : this.isForPublication() ? 'Save and Publish' : this.state.dirty ? 'Save Draft' : 'The draft is up to date'; - const future_doi = this.props.record.get('b2share', Map()).get('future_doi', '') || ""; + const future_doi = this.props.record.get('metadata', Map()).get('$future_doi', '') || ""; return (