Skip to content

Commit

Permalink
1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
qq958691165 committed Nov 28, 2024
1 parent c557ef4 commit d2a69da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form/Action/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function (props: FormActionType & {
modalContext.contexts?.tableContext?.getActionRef().reload()
})
}
if (tableContext.getActionRef()) {
if (tableContext.getActionRef) {
await tableContext.getActionRef().reload()
}
}
Expand Down

0 comments on commit d2a69da

Please sign in to comment.