Skip to content

Commit

Permalink
chore: refactor upstream form module (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
juzhiyuan authored Apr 12, 2021
1 parent afc3df9 commit eede893
Show file tree
Hide file tree
Showing 40 changed files with 1,939 additions and 684 deletions.
6 changes: 3 additions & 3 deletions web/cypress/fixtures/export-route-dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"weight": 1
}
],
"retries": 1,
"timeout": {
"connect": 6,
"read": 6,
"send": 6
},
"type": "roundrobin",
"scheme": "http",
"pass_host": "pass"
}
}
Expand Down Expand Up @@ -90,13 +90,13 @@
"weight": 1
}
],
"retries": 1,
"timeout": {
"connect": 6,
"read": 6,
"send": 6
},
"type": "roundrobin",
"scheme": "http",
"pass_host": "pass"
}
}
Expand Down Expand Up @@ -141,13 +141,13 @@
"weight": 1
}
],
"retries": 1,
"timeout": {
"connect": 6,
"read": 6,
"send": 6
},
"type": "roundrobin",
"scheme": "http",
"pass_host": "pass"
}
}
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Plugin/UI/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/
import React from 'react';
import { FormInstance } from 'antd/es/form';
import type { FormInstance } from 'antd/es/form';
import { Empty } from 'antd';
import { useIntl } from 'umi';

Expand Down
Loading

0 comments on commit eede893

Please sign in to comment.