Skip to content

Commit

Permalink
remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
fechan committed Jul 29, 2024
1 parent 30813a7 commit 5bcbaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/EdgeOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function EdgeOptions({ sendMessage, addReqNeedingLayout }: EdgeOptionsPro
<div className="text-right box-border">
<button
className="mcui-button bg-red-700 w-32 h-10 me-3"
onClick={ () => GraphUpdateCallbacks.onEdgesDelete(selectedEdges, sendMessage, addReqNeedingLayout) }
onClick={ () => GraphUpdateCallbacks.onEdgesDelete(selectedEdges, sendMessage) }
>
Delete
</button>
Expand Down

0 comments on commit 5bcbaf0

Please sign in to comment.