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/02/02 01:50:55 UTC

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #1402: feat: add delete button in plugin drawer

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



##########
File path: web/src/components/Plugin/PluginDetail.tsx
##########
@@ -35,8 +35,10 @@ import { LinkOutlined } from '@ant-design/icons';
 import Ajv from 'ajv';
 import type { DefinedError } from 'ajv';
 import addFormats from 'ajv-formats';
+import { omit } from 'lodash';
 
 import { fetchSchema } from './service';
+import { createOrUpdate } from '@/pages/Plugin/service';

Review comment:
       Line41 contains `@/xx`, it should be ahead of Line40.




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