Skip to content

Commit

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

Issue Resolved:
#2684

Signed-off-by: Bandini Bhopi <[email protected]>

* Adds changelog entry

Signed-off-by: Bandini Bhopi <[email protected]>

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

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 5d9950f commit d86a165
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 d86a165

Please sign in to comment.