fix: issue with data block refresh not working (#6748)

This commit is contained in:
Zeke Zhang 2025-04-23 08:30:55 +08:00 committed by GitHub
parent 5d4d901429
commit 9eb5dbc853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@ export const Action: ComposedAction = withDynamicSchemaProps(
className={className}
type={props.type}
Designer={Designer}
onClick={onClick}
onClick={handleClick}
confirm={confirm}
confirmTitle={confirmTitle}
popover={popover}