Skip to content
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 port input placeholder bug #309

Merged
merged 1 commit into from
Jul 22, 2022
Merged

fix port input placeholder bug #309

merged 1 commit into from
Jul 22, 2022

Conversation

4nix
Copy link
Contributor

@4nix 4nix commented Jul 18, 2022

fix the placeholder of the port input form, as it was use the wrong description of host.

@@ -148,7 +148,7 @@ const NewGraphConfig: React.FC = observer(() => {
<span>{t('addition.newGraphConfig.port')}:</span>
<Input
{...isRequiredInputProps}
placeholder={t('addition.newGraphConfig.host-desc')}
placeholder={t('addition.newGraphConfig.port-desc')}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could u add more info about the update?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@imbajin tks for reminding, updated.

Copy link
Member

@imbajin imbajin Jul 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could u paste a screenshot diff before update & after update~

it will be helpful for others to review

@javeme javeme merged commit 6bfb16f into apache:master Jul 22, 2022
@javeme javeme added the hubble hugegraph-hubble label Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hubble hugegraph-hubble
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants