Skip to content

Commit

Permalink
[Bug] Remove unused import and property (#6879) (#6884)
Browse files Browse the repository at this point in the history
* remove unused import and prop



* Changeset file for PR #6879 created/updated

---------

Signed-off-by: Lu Yu <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
BionIT and opensearch-changeset-bot[bot] authored May 31, 2024
1 parent 30a7665 commit 8ac9571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/6879.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Remove unused import and property which broke compilation ([#6879](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6879))
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { CoreStart, MountPoint } from 'opensearch-dashboards/public';
import {
DataSourceManagementPluginSetup,
DataSourceViewConfig,
DataSourceSelectionService,
} from 'src/plugins/data_source_management/public';
import { ComponentProp } from './types';
import { COLUMNS } from './constants';
Expand Down Expand Up @@ -89,7 +88,6 @@ export const DataSourceViewExample = ({
setSelectedDataSources(ds);
},
}}
dataSourceSelection={new DataSourceSelectionService()}
/>
);
}, [setActionMenu, notifications, savedObjects]);
Expand Down

0 comments on commit 8ac9571

Please sign in to comment.