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 fixes for redundant lines

This commit is contained in:
Sonja Happ 2021-05-21 13:45:58 +02:00
parent 07dd64eacc
commit 8d7823cd05

View file

@ -35,7 +35,6 @@ class EditConfigDialog extends React.Component {
startParameters: {},
formData: {},
startparamTemplate: null,
formData: "",
selectedFiles: [] // list of selected files {name, id}, this is not the fileIDs list of the config!
};
}
@ -218,7 +217,7 @@ class EditConfigDialog extends React.Component {
placeholder={'Select file(s)...'}
/>
<hr></hr>
<hr/>
<BForm.Label><b>Start Parameters</b></BForm.Label>
{!this.state.startparamTemplate ?