Skip to content

Commit

Permalink
Removes Add Integration button (#2723)
Browse files Browse the repository at this point in the history
* Removes Add Integration button

Issue Resolved:
#2684

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>

* Adds changelog entry

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>
(cherry picked from commit f6cbd1d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
github-actions[bot] committed Nov 3, 2022
1 parent 29cccb0 commit 9c69271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const EmptyState = ({
<EuiSpacer size="m" />
<EuiPageContentBody>
<EuiFlexGrid className="inpEmptyState__cardGrid" columns={3} responsive={true}>
{/* TODO: [UNCOMMENTME] Once we have long-term fix for https://github.com/opensearch-project/OpenSearch-Dashboards/issues/2684
<EuiFlexItem>
<EuiCard
className="inpEmptyState__card"
Expand All @@ -169,7 +170,7 @@ export const EmptyState = ({
/>
}
/>
</EuiFlexItem>
</EuiFlexItem> */}
{getMlCardState() !== MlCardState.HIDDEN ? mlCard : <></>}
<EuiFlexItem>
<EuiCard
Expand Down

0 comments on commit 9c69271

Please sign in to comment.