Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
6b9d3c9c
Commit
6b9d3c9c
authored
Jan 09, 2019
by
Jaden
Browse files
add fragment to alg editor to stop reactstrap warning, closes
#162
parent
7a8dabd9
Pipeline
#25825
passed with stages
in 48 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/js/src/components/algorithm/AlgorithmEditor.jsx
View file @
6b9d3c9c
...
...
@@ -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
>
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment