fix: build error (#6308)

This commit is contained in:
Katherine 2025-02-26 16:40:40 +08:00 committed by GitHub
parent 98d7136633
commit b28dea76e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ export const getLabelFormatValue = (
labelUiSchema: ISchema, labelUiSchema: ISchema,
value: any, value: any,
isTag = false, isTag = false,
targetTitleCollectionField, targetTitleCollectionField?,
TitleRenderer?: any, TitleRenderer?: any,
): any => { ): any => {
if (TitleRenderer) { if (TitleRenderer) {