Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
fix conflict
  • Loading branch information
joshuarrrr authored Sep 5, 2023
1 parent 645236e commit 50237e7
Showing 1 changed file with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function DiscoverCanvas({ setHeaderActionMenu, history }: ViewPro
<EuiFlexItem grow={false}>
<EuiPanel hasBorder={false} hasShadow={false} color="transparent" paddingSize="s">
<EuiCallOut
title="You're viewing Discover 2.0. The old Discover app will be retired in OpenSearch version 2.11. To switch back to the old version, toggle the New Discover."
title="You're viewing Discover 2.0. The old Discover app will be retired in OpenSearch version 2.11. To switch back to the old version, turn off the New Discover toggle."
iconType="alert"
dismissible
onDismiss={closeCallOut}
Expand All @@ -64,21 +64,7 @@ export default function DiscoverCanvas({ setHeaderActionMenu, history }: ViewPro
.
</p>
</EuiCallOut>
</EuiPanel>
<EuiCallOut
title="You're viewing Discover 2.0. The old Discover app will be retired in OpenSearch version 2.11. To switch back to the old version, turn off the New Discover toggle."
iconType="alert"
dismissible
onDismiss={closeCallOut}
>
<p>
To provide feedback,{' '}
<EuiLink href="https://github.com/opensearch-project/OpenSearch-Dashboards/issues">
open an issue
</EuiLink>
.
</p>
</EuiCallOut>
</EuiPanel>

Check failure on line 67 in src/plugins/discover/public/application/view_components/canvas/index.tsx

View workflow job for this annotation

GitHub Actions / Build and Verify on Linux (ciGroup1)

Delete `·`
</EuiFlexItem>
);
}
Expand Down

0 comments on commit 50237e7

Please sign in to comment.