fix: build
This commit is contained in:
parent
23bf92dd82
commit
01106055ed
@ -409,7 +409,7 @@ export function ToolTestPanel({
|
||||
...(prop.type === "object" || prop.type === "array"
|
||||
? [
|
||||
{
|
||||
validator: (_, value) => {
|
||||
validator: (_rule: any, value: any) => {
|
||||
if (
|
||||
(value === undefined || value === null || value === "") &&
|
||||
!actualSchema.required?.includes(key)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user