1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Host is optional now, backend update required, closes #241

This commit is contained in:
Sonja Happ 2020-07-15 12:33:51 +02:00
parent dd13535e67
commit 84ba31bd35

View file

@ -80,10 +80,6 @@ class NewICDialog extends React.Component {
uuid = false;
}
if (this.state.host === '') {
host = false;
}
if (this.state.type === '') {
type = false;
}