File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7575 },
7676 "homepage" : " https://github.com/SoftwareBrothers/adminjs#readme" ,
7777 "dependencies" : {
78- "@adminjs/design-system" : " ^2.2.3 " ,
78+ "@adminjs/design-system" : " ^2.2.4 " ,
7979 "@babel/core" : " ^7.10.2" ,
8080 "@babel/parser" : " ^7.10.2" ,
8181 "@babel/plugin-transform-runtime" : " ^7.10.1" ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const ActionHeader: React.FC<ActionHeaderProps> = (props) => {
3939 const resourceId = resource . id
4040 const params = { resourceId, recordId : record ?. id }
4141
42- const handleActionClick = ( event , sourceAction : ActionJSON ) : void => (
42+ const handleActionClick = ( event , sourceAction : ActionJSON ) : any | Promise < any > => (
4343 buildActionClickHandler ( {
4444 action : sourceAction ,
4545 params,
You can’t perform that action at this time.
0 commit comments