juzhiyuan commented on a change in pull request #2021:
URL: https://github.com/apache/apisix-dashboard/pull/2021#discussion_r680485384
##########
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:
@Baoyuantop I notice this PR's main change is here, and other changes
are made by your IDE or some other tools? They confuse me when I review your
PR, please don't change them in this PR.
BTW, please test this new field, you could ask @guoqqqi for help.
--
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]