Disable Save button when entry has not been changed.
This commit is contained in:
@ -151,6 +151,7 @@ class EntryPage extends React.Component {
|
||||
onPersist={this.handlePersistEntry}
|
||||
onDelete={this.handleDeleteEntry}
|
||||
showDelete={this.props.showDelete}
|
||||
hasChanged={entryDraft.get('hasChanged')}
|
||||
onCancelEdit={this.handleCloseEntry}
|
||||
/>
|
||||
);
|
||||
|
Reference in New Issue
Block a user