juzhiyuan commented on a change in pull request #1984:
URL: https://github.com/apache/apisix-dashboard/pull/1984#discussion_r680815464



##########
File path: web/src/pages/Route/components/Step1/MatchingRulesView.tsx
##########
@@ -217,6 +220,7 @@ const MatchingRulesView: 
React.FC<RouteModule.Step1PassProps> = ({
               <Option value="http">{formatMessage({ id: 
'page.route.httpRequestHeader' })}</Option>
               <Option value="arg">{formatMessage({ id: 
'page.route.requestParameter' })}</Option>
               <Option value="cookie">Cookie</Option>
+              <Option value="buildin">{formatMessage({ id: 
'page.route.buildinParameter' })}</Option>

Review comment:
       Just to make sure, if there has an Option called `buildin` here?




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to