Skip to content

Commit

Permalink
Fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Jan 17, 2025
1 parent efcdd39 commit 3c310a0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,9 @@ export default class EventsFunctionConfigurationEditor extends React.Component<
eventsFunctionsContainer={eventsFunctionsContainer}
eventsFunctionsExtension={eventsFunctionsExtension}
helpPagePath={helpPagePath}
onConfigurationUpdated={() => {
onConfigurationUpdated();
onConfigurationUpdated={extensionItemConfigurationAttribute => {
onConfigurationUpdated &&
onConfigurationUpdated(extensionItemConfigurationAttribute);
// A function configuration change may impact the parameters.
this.forceUpdate();
}}
Expand Down

0 comments on commit 3c310a0

Please sign in to comment.