Merge pull request #10018 from CheshireJCat/fix-transfer-set-options-cant-render-with-newest-value

fix: 修复transfer 表格模式时设置表格行时无法渲染最新值的bug
This commit is contained in:
hsm-lv 2024-04-17 09:45:13 +08:00 committed by GitHub
commit 6cc9dff9dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -497,6 +497,7 @@ const TransferTableControl = BaseOptionControl(TransferTableOption);
@FormItem({
type: 'ae-transferTableControl',
strictMode: false,
renderLabel: false
})
export class TransferTableControlRenderer extends TransferTableControl {}