From e0d58da3780af705f2d6c45add25000a02c5874e Mon Sep 17 00:00:00 2001 From: Rebeka Date: Thu, 10 Aug 2023 14:47:11 +0200 Subject: [PATCH] revert event name GitOrigin-RevId: 0dac1806e662ac8450fa26642dd76a9a485f6dbb --- .../js/features/outline/components/documentation-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/outline/components/documentation-button.tsx b/services/web/frontend/js/features/outline/components/documentation-button.tsx index 514c429b29..7c753a506c 100644 --- a/services/web/frontend/js/features/outline/components/documentation-button.tsx +++ b/services/web/frontend/js/features/outline/components/documentation-button.tsx @@ -25,7 +25,7 @@ function DocumentationButton() { ) function handleCloseClick() { - sendMB('file-tree-documentation-dismiss ') + sendMB('file-tree-documentation-click') setShowDocumentationButton(false) }