"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "4e2d8cd89163c0fd4b4e14e4f3d13b58d7e3b29f"
Commit 2556064f authored by v-liguo's avatar v-liguo
Browse files

delete notes

parent d218dcb5
...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment