fix: cascadeSelect title label display error (#2904)

This commit is contained in:
katherinehhh 2023-10-24 20:32:06 +08:00 committed by GitHub
parent 6b46b166cd
commit 0a3545aabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,6 +309,7 @@ export const InternalCascadeSelect = observer(
schema={{
...fieldSchema,
default: field.value,
title: '',
'x-component': AssociationCascadeSelect,
'x-component-props': {
...props,