1
0
Fork 0
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:
irismarie 2021-05-20 18:40:46 +02:00
parent d6f8213e38
commit 07dd64eacc

View file

@ -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 || {},
});
}