You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/09 02:25:33 UTC

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1723: fix: remote proxy-rewrite plugin out of create plugin template config view

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



##########
File path: web/src/pages/PluginTemplate/Create.tsx
##########
@@ -108,7 +108,12 @@ const Page: React.FC = (props) => {
 
           {step === 1 && <Step1 form={form1} />}
           {step === 2 && (
-            <PluginPage initialData={plugins} onChange={setPlugins} schemaType="route" />
+            <PluginPage

Review comment:
       yep




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