Skip to content

Commit

Permalink
chore(events): add missing hook deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo authored and andrewazores committed Nov 30, 2022
1 parent 02ffb37 commit efb674f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Events/EventTemplates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export const EventTemplates: React.FunctionComponent<EventTemplatesProps> = (pro
}
return actions;
},
[context.api, history]
[context.api, history, handleDeleteButton]
);

const handleUploadModalClose = React.useCallback(() => {
Expand Down

0 comments on commit efb674f

Please sign in to comment.