From 481551a3261d78ff1b2a7b18773588e43c79f48c Mon Sep 17 00:00:00 2001 From: vojtechneradatos <124255650+vojtechneradatos@users.noreply.github.com> Date: Thu, 2 Feb 2023 20:41:13 +0100 Subject: [PATCH] fix(ui): typo 'Documenataion' (#7227) --- .../entity/shared/EntityDropdown/CreateGlossaryEntityModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datahub-web-react/src/app/entity/shared/EntityDropdown/CreateGlossaryEntityModal.tsx b/datahub-web-react/src/app/entity/shared/EntityDropdown/CreateGlossaryEntityModal.tsx index 15f9cc7ca9..6812e7bdb1 100644 --- a/datahub-web-react/src/app/entity/shared/EntityDropdown/CreateGlossaryEntityModal.tsx +++ b/datahub-web-react/src/app/entity/shared/EntityDropdown/CreateGlossaryEntityModal.tsx @@ -163,7 +163,7 @@ function CreateGlossaryEntityModal(props: Props) { {isDocumentationModalVisible && ( setIsDocumentationModalVisible(false)} onSubmit={addDocumentation} description={documentation}