mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
small fix
This commit is contained in:
parent
d6f8213e38
commit
07dd64eacc
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class EditICDialog extends React.Component {
|
|||
description: this.props.ic.description,
|
||||
category: this.props.ic.category,
|
||||
managedexternally: false,
|
||||
startparameterschema: this.props.ic.startparameterschema,
|
||||
startparameterschema: this.props.ic.startparameterschema || {},
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue