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



##########
File path: web/src/components/Upstream/components/UpstreamSelector.tsx
##########
@@ -59,6 +59,9 @@ const UpstreamSelector: React.FC<Props> = ({ onChange, list = 
[], disabled, requ
             {item.name}
           </Select.Option>
         ))}
+        <Select.Option value={formatMessage({ id: 
'page.upstream.step.select.upstream.select.none' })}>{
+          formatMessage({ id: 'page.upstream.step.select.upstream.select.none' 
})
+        }</Select.Option>

Review comment:
       Hi @liuxiran 
   
   Thanks for your mention, 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:
[email protected]


Reply via email to