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