juzhiyuan commented on a change in pull request #1740:
URL: https://github.com/apache/apisix-dashboard/pull/1740#discussion_r611735608
##########
File path: web/src/components/Plugin/UI/fault-injection.tsx
##########
@@ -59,7 +59,7 @@ const FaultInjection: React.FC<Props> = ({ form }) => {
<Form.Item
name={['abort', 'http_status']}
label='abort.http_status'
- required
+ rules={[{ required: true, message: 'Please input abort.http_status!'
}]}
Review comment:
add i18n please
--
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:
[email protected]