Skip to content

Commit

Permalink
fix: double click issue in tom mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbelliveau committed Jun 18, 2024
1 parent 32e03c3 commit 5aef9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/_components/graph/Interactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Interactions = () => {
expandedClusters,
toggleExpandedCluster,
async (id) => {
return await cluster.mutateAsync({ id, persona });
return await cluster.mutateAsync({ id: `${id}`, persona });
},
setLayoutBusy,
setLayoutNotBusy,
Expand Down

0 comments on commit 5aef9c1

Please sign in to comment.