Skip to content

Commit a16f175

Browse files
committed
[form] Remove duplicated code
1 parent 413b21f commit a16f175

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/form/src/form/fields/array/context.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,3 @@ export function getArrayItemSchemaId(
5959
value
6060
);
6161
}
62-
63-
/** @deprecated use `isFilesArray from `form/context` */
64-
export function isFilesArray(ctx: FormContext, schema: Schema) {
65-
return isFilesArrayInternal(ctx.validator, ctx.merger, schema, ctx.schema);
66-
}

0 commit comments

Comments
 (0)