stu01509 commented on a change in pull request #1633:
URL: https://github.com/apache/apisix-dashboard/pull/1633#discussion_r601976697



##########
File path: web/src/components/Upstream/UpstreamForm.tsx
##########
@@ -661,15 +661,14 @@ const UpstreamForm: React.FC<Props> = forwardRef(
                 item?.children.toLowerCase().includes(input.toLowerCase())
               }
             >
-              {Boolean(!required) && <Select.Option 
value={'None'}>None</Select.Option>}
+              {Boolean(!required) && <Select.Option value={'None'}>{

Review comment:
       Hi @juzhiyuan 
   
   Update the commit :)




-- 
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:
us...@infra.apache.org


Reply via email to