Skip to content
Snippets Groups Projects
Commit 751b7b04 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

Merge branch 'alg-editor-form-warning-162' into 'master'

Alg editor form warning 162

Closes #162

See merge request !36
parents 7a8dabd9 6b9d3c9c
No related branches found
No related tags found
1 merge request!36Alg editor form warning 162
Pipeline #25877 passed
......@@ -564,6 +564,7 @@ export class AlgorithmEditor extends React.Component<Props, State> {
</div>
{/* simple universal stuff - description, what type of alg, if its splittable */}
<Form>
<React.Fragment>
<FormGroup tag='fieldset'>
<FormGroup>
<Label for='algDesc'>Short Description</Label>
......@@ -700,6 +701,7 @@ export class AlgorithmEditor extends React.Component<Props, State> {
{ this.renderLibraries() }
{ this.props.data.contents.results && this.renderResults() }
</TabContent>
</React.Fragment>
</Form>
</div>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment