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/07/25 12:00:08 UTC

[GitHub] [apisix-dashboard] wmdmomo commented on a change in pull request #2002: feat(plugin): fix UI basic-auth

wmdmomo commented on a change in pull request #2002:
URL: https://github.com/apache/apisix-dashboard/pull/2002#discussion_r676134759



##########
File path: web/src/components/Plugin/UI/basic-auth.tsx
##########
@@ -20,6 +20,7 @@ import { Form, Input } from 'antd';
 
 type Props = {
   form: FormInstance;
+  schema: Record<string, any> | undefined;

Review comment:
       ![1627214218(1)](https://user-images.githubusercontent.com/43945660/126898129-db5ab8a0-fd04-461d-a114-ef7323ef200f.png)
   Because for the plug-in basic-auth, its back-end jsonschema is not specifically used, so here is just passing parameters.




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org