mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
fix: 解决授权 IP 为空时无法保存的问题 (#2484)
This commit is contained in:
@@ -71,8 +71,8 @@ function checkAddress(rule: any, value: any, callback: any) {
|
||||
}
|
||||
}
|
||||
}
|
||||
callback();
|
||||
}
|
||||
callback();
|
||||
}
|
||||
const formRef = ref<FormInstance>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user