Commit 67b1f132 authored by barnettZQG's avatar barnettZQG
Browse files

[FIX] fix custom domain bug

parent 1e1cd5c1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -26,7 +26,7 @@ export default class AddDomain extends PureComponent {
handleCancel = () => {
this.props.onCancel && this.props.onCancel();
};
checkKey = (value, callback) => {
checkKey = (rule, value, callback) => {
const visitType = this.props.form.getFieldValue('protocol');
if (visitType == 'http') {
callback();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment