iamayushdas commented on a change in pull request #1685:
URL: https://github.com/apache/apisix-dashboard/pull/1685#discussion_r603709604



##########
File path: web/src/pages/Service/Create.tsx
##########
@@ -116,7 +116,7 @@ const Page: React.FC = (props) => {
     <>
       <PageHeaderWrapper
         title={`${
-          (props as any).match.params.rid
+          (props as any).match.params.serviceId

Review comment:
       yes , in code `serviceId` was defined in place of `rid`. so i have to do 
this in order to change the create title to configure 
   title while clicking on configure. is that okay now? @juzhiyuan 




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