Baoyuantop commented on a change in pull request #2021:
URL: https://github.com/apache/apisix-dashboard/pull/2021#discussion_r680501894
##########
File path: web/src/components/Plugin/UI/limit-req.tsx
##########
@@ -88,10 +95,21 @@ const LimitReq: React.FC<Props> = ({ form, schema }) => {
initialValue={propertires.rejected_code.default}
tooltip={formatMessage({ id:
'component.pluginForm.limit-req.rejected_code.tooltip' })}
>
- <InputNumber min={propertires.rejected_code.minimum}
max={propertires.rejected_code.maximum} />
+ <InputNumber
+ min={propertires.rejected_code.minimum}
+ max={propertires.rejected_code.maximum}
+ />
+ </Form.Item>
+ <Form.Item
Review comment:
when I `commit` code, the `lint-staged` is executed, then the code
becomes like this.
Does it seem that too much code was not executed by `lint-staged` before?🤔
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]