stu01509 commented on a change in pull request #1633:
URL: https://github.com/apache/apisix-dashboard/pull/1633#discussion_r598110242
##########
File path: web/src/components/Upstream/UpstreamForm.tsx
##########
@@ -663,6 +663,9 @@ const UpstreamForm: React.FC<Props> = forwardRef(
name: formatMessage({ id:
'page.upstream.step.select.upstream.select.option' }),
id: '',
},
+ {
+ name: formatMessage({ id:
'page.upstream.step.select.upstream.select.none' }),
+ },
Review comment:
Hi @juzhiyuan, @Firstsawyou, and @nic-chen
Could you guide should remove the id field or change it to another value?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]