-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: import bug #382
fix: import bug #382
Conversation
NicolaCage
commented
Dec 6, 2022
- https://github.com/vesoft-inc/nebula-explorer-ent/issues/1770
- https://github.com/vesoft-inc/nebula-explorer-ent/issues/1658
@@ -1,6 +1,6 @@ | |||
import { message } from 'antd'; | |||
import _ from 'lodash'; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use getI18n, we dont use react-intl-universal directly now
@@ -33,7 +33,7 @@ const PasswordInputModal = (props: IProps) => { | |||
onChange={e => setPassword(e.target.value)} | |||
/> | |||
<div className={styles.btns}> | |||
<Button onClick={() => handleConfirm()}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use handleCancel, it will not clear password if use onCancel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is props event
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM