Skip to content

fix: render HTML properly in changelog notifications#3564

Open
mugeesgotmug wants to merge 2 commits intointelowlproject:masterfrom
mugeesgotmug:fix/changelog-html-rendering
Open

fix: render HTML properly in changelog notifications#3564
mugeesgotmug wants to merge 2 commits intointelowlproject:masterfrom
mugeesgotmug:fix/changelog-html-rendering

Conversation

@mugeesgotmug
Copy link
Copy Markdown

Description

Fixes #3329

Changelog notifications were displaying raw HTML tags like ,
as plain text instead of rendering them as formatted HTML.

Fix

Replaced ReactMarkdown with dangerouslySetInnerHTML to properly render HTML content in the notification body component.

Changes

  • frontend/src/components/jobs/notification/NotificationsList.jsx: replaced ReactMarkdown block with dangerouslySetInnerHTML div

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Frontend] Changelog notifications display raw HTML tags instead of formatted text

1 participant