fix: association block should not close drawer after deleting data (#2717)
This commit is contained in:
parent
d7a00d2581
commit
261678dc56
@ -814,7 +814,7 @@ export const useDestroyActionProps = () => {
|
||||
service?.refresh?.();
|
||||
}
|
||||
|
||||
if (block !== 'TableField') {
|
||||
if (block && block !== 'TableField') {
|
||||
__parent?.service?.refresh?.();
|
||||
setVisible?.(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user