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:
parent
07dd64eacc
commit
8d7823cd05
1 changed files with 1 additions and 2 deletions
|
@ -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 ?
|
||||
|
|
Loading…
Add table
Reference in a new issue