Skip to content

Commit

Permalink
Remove Elastic References from OuiBasicTable (#697) (#721) (#833)
Browse files Browse the repository at this point in the history
(cherry picked from commit d5f6fa6)

Signed-off-by: Sergey Myssak <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andrey Myssak <[email protected]>
  • Loading branch information
3 people authored Jun 20, 2023
1 parent 29d5b61 commit 3142c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-docs/src/views/tables/actions/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ export const Table = () => {
]
: [
{
name: 'Elastic.co',
description: 'Go to elastic.co',
name: 'opensearch.org',
description: 'Go to opensearch.org',
icon: 'editorLink',
color: 'primary',
type: 'icon',
href: 'https://elastic.co',
href: 'https://opensearch.org/',
target: '_blank',
'data-test-subj': 'action-outboundlink',
},
Expand Down

0 comments on commit 3142c83

Please sign in to comment.