Skip to content

Commit

Permalink
[frontend] fix endpoint deletion in an inject (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis committed Oct 17, 2024
1 parent 2dc5b8c commit d82223f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ class InjectDefinition extends Component {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore: Endpoint property handle by EndpointsList
actions={
<EndpointPopover inline onRemoveEndpointFromInject={this.handleRemoveAsset.bind(this)} />
<EndpointPopover inline onRemoveEndpointFromInject={this.handleRemoveAsset.bind(this)} onDelete={this.handleRemoveAsset.bind(this)} />
}
/>
<InjectAddEndpoints
Expand Down

0 comments on commit d82223f

Please sign in to comment.