refactor: added view traces support to application page graphs (#3262)

This commit is contained in:
Rajat Dabade 2023-08-03 23:02:25 +05:30 committed by GitHub
parent ed65c92fc7
commit 49b456cc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,6 +173,7 @@ function GridCardGraph({
allowClone={allowClone}
allowDelete={allowDelete}
allowEdit={allowEdit}
onClickHandler={onClickHandler}
/>
)}