Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
2556064f
"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "4e2d8cd89163c0fd4b4e14e4f3d13b58d7e3b29f"
Commit
2556064f
authored
Jul 11, 2019
by
v-liguo
Browse files
delete notes
parent
d218dcb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/webui/src/components/trial-detail/Intermeidate.tsx
src/webui/src/components/trial-detail/Intermeidate.tsx
+0
-3
No files found.
src/webui/src/components/trial-detail/Intermeidate.tsx
View file @
2556064f
...
@@ -158,9 +158,6 @@ class Intermediate extends React.Component<IntermediateProps, IntermediateState>
...
@@ -158,9 +158,6 @@ class Intermediate extends React.Component<IntermediateProps, IntermediateState>
// user not input message
// user not input message
if
(
pointVal
===
''
||
minVal
===
''
)
{
if
(
pointVal
===
''
||
minVal
===
''
)
{
alert
(
'
Please input filter message
'
);
alert
(
'
Please input filter message
'
);
// if (this._isMounted) {
// this.setState({ isLoadconfirmBtn: false });
// }
}
else
{
}
else
{
// user not input max value
// user not input max value
const
position
=
JSON
.
parse
(
pointVal
);
const
position
=
JSON
.
parse
(
pointVal
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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