Skip to content

Commit

Permalink
fix: host should not be required (apache#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteSun authored Sep 16, 2020
1 parent 361392f commit cf9d5ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Route/components/Step1/RequestConfigView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const RequestConfigView: React.FC<Props> = ({ data, disabled, onChange }) => {
<Form.Item
{...(index === 0 ? FORM_ITEM_LAYOUT : FORM_ITEM_WITHOUT_LABEL)}
label={index === 0 ? formatMessage({ id: 'route.request.config.domain.name' }) : ''}
required
key={field.key}
extra={
index === 0 ? formatMessage({ id: 'route.request.config.domain.or.ip' }) : ''
Expand Down

0 comments on commit cf9d5ec

Please sign in to comment.