From dca0eb312b3e19496c9629bcc8edf464a0102f5f Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 8 Apr 2021 06:02:29 +0800 Subject: [PATCH] feat(react): original description shows in edit modal even when the description has been updated (#2358) --- .../entity/dataset/profile/schema/SchemaDescriptionField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datahub-web-react/src/app/entity/dataset/profile/schema/SchemaDescriptionField.tsx b/datahub-web-react/src/app/entity/dataset/profile/schema/SchemaDescriptionField.tsx index cc20509255..59294f39f5 100644 --- a/datahub-web-react/src/app/entity/dataset/profile/schema/SchemaDescriptionField.tsx +++ b/datahub-web-react/src/app/entity/dataset/profile/schema/SchemaDescriptionField.tsx @@ -81,7 +81,7 @@ export default function DescriptionField({ description, updatedDescription, onHo
{(updatedDescription || description) && ( Original:}> - {updatedDescription || description} + {description} )} Updated:}>