Skip to content

Commit

Permalink
fix method call
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine MAZEAS <[email protected]>
  • Loading branch information
antoinemzs committed Dec 24, 2024
1 parent d5874f1 commit 111b637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ class InjectDefinition extends Component {
<InjectAddTeams
injectTeamsIds={teamsIds}
availableTeamIds={availableTeamIds}
handleAddTeams={this.handleModifyTeams.bind(this)}
handleModifyTeams={this.handleModifyTeams.bind(this)}
/>
</>
)}
Expand Down

0 comments on commit 111b637

Please sign in to comment.