From 2071cfd72a7961ce36d5bab71229d7efcc6b1ca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Sep 2024 20:28:37 +0000 Subject: [PATCH] Fix Discover Embeddable not showing _source when all other column are removed (#8167) * Fix Discover Embeddable not showing _source when all other columns are removed Signed-off-by: Suchit Sahoo * Changeset file for PR #8167 created/updated --------- Signed-off-by: Suchit Sahoo Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 9ab43773f88fd0210b76a3528b797ac3026a8c53) Signed-off-by: github-actions[bot] --- changelogs/fragments/8167.yml | 2 ++ .../public/application/components/data_grid/data_grid_table.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/8167.yml diff --git a/changelogs/fragments/8167.yml b/changelogs/fragments/8167.yml new file mode 100644 index 000000000000..4754204aa50a --- /dev/null +++ b/changelogs/fragments/8167.yml @@ -0,0 +1,2 @@ +fix: +- Discover Embeddable not showing _source when all other column are removed ([#8167](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8167)) \ No newline at end of file diff --git a/src/plugins/discover/public/application/components/data_grid/data_grid_table.tsx b/src/plugins/discover/public/application/components/data_grid/data_grid_table.tsx index d76ee6216fc4..a999e1c50379 100644 --- a/src/plugins/discover/public/application/components/data_grid/data_grid_table.tsx +++ b/src/plugins/discover/public/application/components/data_grid/data_grid_table.tsx @@ -85,7 +85,7 @@ export const DataGridTable = ({ /> ) : (