diff --git a/frontend/src/container/GridGraphLayout/Graph/index.tsx b/frontend/src/container/GridGraphLayout/Graph/index.tsx index 839710584f..f3675c2da8 100644 --- a/frontend/src/container/GridGraphLayout/Graph/index.tsx +++ b/frontend/src/container/GridGraphLayout/Graph/index.tsx @@ -173,6 +173,7 @@ function GridCardGraph({ allowClone={allowClone} allowDelete={allowDelete} allowEdit={allowEdit} + onClickHandler={onClickHandler} /> )}