From 2ddbc9eef6cff440dfd264c2cf6f6373280fe5bb Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Fri, 25 Oct 2019 13:35:24 +0200 Subject: [PATCH] Revert "Set values as html to table rows" (#49306) * Revert "Set values as html to table rows (#48911)" This reverts commit 3fd9f914374f08e17afd4b054c22eca6d5a65ffe. * Remove unrelated change from the revert --- .../kbn_doc_views/public/views/table/table_row.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/legacy/core_plugins/kbn_doc_views/public/views/table/table_row.tsx b/src/legacy/core_plugins/kbn_doc_views/public/views/table/table_row.tsx index cfc539eafe7b9..2059e35b2c42e 100644 --- a/src/legacy/core_plugins/kbn_doc_views/public/views/table/table_row.tsx +++ b/src/legacy/core_plugins/kbn_doc_views/public/views/table/table_row.tsx @@ -93,11 +93,9 @@ export function DocViewTableRow({ )} {displayUnderscoreWarning && } {displayNoMappingWarning && } -
+
+ {value} +
);