Skip to content

Commit

Permalink
Fix: pass hide local cluster flag to data source menu in sample data …
Browse files Browse the repository at this point in the history
…page (opensearch-project#8503)

* feat: update

Signed-off-by: SuZhou-Joe <[email protected]>

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

---------

Signed-off-by: SuZhou-Joe <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent f4f251d commit 1f3077d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/8503.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Pass hide local cluster flag to data source menu in sample data page ([#8503](https:/opensearch-project/OpenSearch-Dashboards/pull/8503))
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ class TutorialDirectoryUi extends React.Component {
onSelectedDataSources: this.onSelectedDataSourceChange,
}}
application={application}
hideLocalCluster={isLocalClusterHidden}
uiSettings={uiSettings}
/>
</MountPointPortal>
);
Expand Down

0 comments on commit 1f3077d

Please sign in to comment.