Bugfix - merge tag was incorrectly validate when only name was entered and Save was clicked immediately after
This commit is contained in:
parent
b26f5008da
commit
01720ae128
6 changed files with 17 additions and 17 deletions
|
@ -73,9 +73,9 @@ export default class CUD extends Component {
|
|||
entity: PropTypes.object
|
||||
}
|
||||
|
||||
onMailerTypeChanged(mutState, key, oldType, type) {
|
||||
onMailerTypeChanged(mutStateDate, key, oldType, type) {
|
||||
if (type) {
|
||||
this.mailerTypes[type].afterTypeChange(mutState);
|
||||
this.mailerTypes[type].afterTypeChange(mutStateDate);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue