diff --git a/changelogs/fragments/7420.yml b/changelogs/fragments/7420.yml new file mode 100644 index 000000000000..7426906bfd47 --- /dev/null +++ b/changelogs/fragments/7420.yml @@ -0,0 +1,2 @@ +fix: +- [Version Decoupling] Add data source version and installed plugins in data source viewer returns ([#7420](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7420)) \ No newline at end of file diff --git a/src/plugins/data_source_management/public/components/data_source_view/data_source_view.tsx b/src/plugins/data_source_management/public/components/data_source_view/data_source_view.tsx index f80710b6452e..3adcf65612c4 100644 --- a/src/plugins/data_source_management/public/components/data_source_view/data_source_view.tsx +++ b/src/plugins/data_source_management/public/components/data_source_view/data_source_view.tsx @@ -82,11 +82,7 @@ export class DataSourceView extends React.Component