From e83208c259e0ff9015114ba7879a9fc696c327f0 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Wed, 16 Aug 2023 23:52:08 +0800 Subject: [PATCH] fix(console): add onClick handler to guide done button (#4345) --- .../src/pages/Applications/components/GuideV2/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/console/src/pages/Applications/components/GuideV2/index.tsx b/packages/console/src/pages/Applications/components/GuideV2/index.tsx index 9b59bd452..c4fe35064 100644 --- a/packages/console/src/pages/Applications/components/GuideV2/index.tsx +++ b/packages/console/src/pages/Applications/components/GuideV2/index.tsx @@ -129,7 +129,12 @@ function GuideV2({ guideId, app, isCompact, onClose }: Props) {