From 49b456cc7fafe592fe14b68725d48e4d79855d2c Mon Sep 17 00:00:00 2001 From: Rajat Dabade Date: Thu, 3 Aug 2023 23:02:25 +0530 Subject: [PATCH] refactor: added view traces support to application page graphs (#3262) --- frontend/src/container/GridGraphLayout/Graph/index.tsx | 1 + 1 file changed, 1 insertion(+) 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} /> )}