fix: fix body problem on label and placeholder
This commit is contained in:
parent
64f2a27a92
commit
0b508a40b1
@ -56,8 +56,10 @@ const MonitorHttp: React.FC = React.memo(() => {
|
|||||||
</Select.Option>
|
</Select.Option>
|
||||||
</Select>
|
</Select>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="Content-Type" name={['payload', 'bodyValue']}>
|
<Form.Item label="Body" name={['payload', 'bodyValue']}>
|
||||||
<Input.TextArea placeholder='For example:\n{ "key": "value" }' />
|
<Input.TextArea
|
||||||
|
placeholder='For example: { "key": "value" }'
|
||||||
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user