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) }