Skip to content

Commit

Permalink
Fix Discover Embeddable not showing _source when all other column are…
Browse files Browse the repository at this point in the history
… removed (opensearch-project#8167)

* Fix Discover Embeddable not showing _source when all other columns are removed

Signed-off-by: Suchit Sahoo <[email protected]>

* Changeset file for PR opensearch-project#8167 created/updated

---------

Signed-off-by: Suchit Sahoo <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
LDrago27 and opensearch-changeset-bot[bot] authored Sep 12, 2024
1 parent 07c7fa1 commit 9ab4377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/8167.yml
Original file line number Diff line number Diff line change
@@ -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))
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const DataGridTable = ({
/>
) : (
<DefaultDiscoverTable
columns={columns}
columns={adjustedColumns}
indexPattern={indexPattern}
sort={sort}
onSort={onSort}
Expand Down

0 comments on commit 9ab4377

Please sign in to comment.