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
centreon
centreon
Commits
05170899
Commit
05170899
authored
May 21, 2021
by
Jérémy Jaouen
Browse files
remove unused variable
parent
c620d4c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/front_src/src/components/forms/remoteServer/RemoteServerFormStepOne.js
View file @
05170899
...
...
@@ -56,7 +56,7 @@ class RemoteServerFormStepOne extends Component {
};
render
()
{
const
{
error
,
handleSubmit
,
onSubmit
,
waitList
,
defaultCentralIp
,
t
}
=
this
.
props
;
const
{
error
,
handleSubmit
,
onSubmit
,
waitList
,
t
}
=
this
.
props
;
const
{
inputTypeManual
}
=
this
.
state
;
return
(
<
div
className
=
{
styles
[
'
form-wrapper
'
]}
>
...
...
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