Skip to content

Commit

Permalink
Minor: Deprecate RichTextEditorPreviewer component and recommend alte…
Browse files Browse the repository at this point in the history
…rnative (open-metadata#19204)
  • Loading branch information
Sachin-chaurasiya authored Jan 2, 2025
1 parent bfa943b commit 6542123
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ import {
import './rich-text-editor-previewer.less';
import { PreviewerProp } from './RichTextEditor.interface';

/**
* @deprecated This component is deprecated and will be removed in future releases.
* Please use {@link https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-ui/src/main/resources/ui/src/components/common/RichTextEditor/RichTextEditorPreviewerV1.tsx|RichTextEditorPreviewerV1} instead of this component.
*/
const RichTextEditorPreviewer = ({
markdown = '',
className = '',
Expand Down

0 comments on commit 6542123

Please sign in to comment.