This is an automated email from the ASF dual-hosted git repository.
jermy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
The following commit(s) were added to refs/heads/master by this push:
new 6bfb16f fix `port input` placeholder bug (#309)
6bfb16f is described below
commit 6bfb16ff1792d41985f8be228ab4547ca3e3c2c2
Author: Xutao Wu <[email protected]>
AuthorDate: Fri Jul 22 15:31:14 2022 +0800
fix `port input` placeholder bug (#309)
---
.../hubble-fe/src/components/graph-management/NewGraphConfig.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hugegraph-hubble/hubble-fe/src/components/graph-management/NewGraphConfig.tsx
b/hugegraph-hubble/hubble-fe/src/components/graph-management/NewGraphConfig.tsx
index 4b831d7..ef9b0ca 100644
---
a/hugegraph-hubble/hubble-fe/src/components/graph-management/NewGraphConfig.tsx
+++
b/hugegraph-hubble/hubble-fe/src/components/graph-management/NewGraphConfig.tsx
@@ -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')}
errorMessage={
graphManagementStore.isValidated &&
graphManagementStore.validateErrorMessage.port !== ''