Skip to content

Commit

Permalink
removing experimental banner for alerting comments (#1159)
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Toepker <[email protected]>
Co-authored-by: Dennis Toepker <[email protected]>
  • Loading branch information
toepkerd and toepkerd-zz authored Nov 11, 2024
1 parent 03bc72c commit cd47a12
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions public/components/Comments/AlertCommentsFlyout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,6 @@ export const AlertCommentsFlyout: React.FC<AlertCommentsFlyoutProps> = ({ alertI
</EuiTitle>
</EuiFlyoutHeader>
<EuiFlyoutBody>
<EuiCallOut
iconType='iInCircle'
title='Experimental'>
<span>The feature is experimental and should not be used in a production environment.
The posted comments will be impacted if the feature is deactivated.
For more information see <EuiLink href="https://opensearch.org/docs/latest/observing-your-data/alerting/index/" target="_blank">Documentation.</EuiLink>
To leave feedback, visit <EuiLink href="https://github.com/opensearch-project/OpenSearch-Dashboards/issues/6999" target="_blank">github.com</EuiLink>.
</span>
</EuiCallOut>
<EuiSpacer />
<EuiTitle size="xs">
<h4>Add comment</h4>
</EuiTitle>
Expand Down

0 comments on commit cd47a12

Please sign in to comment.