Skip to content

Commit

Permalink
Merge pull request #6927 from jhadvig/bz1888150
Browse files Browse the repository at this point in the history
Bug 1888150: Format markdown text in Install Operand Form
  • Loading branch information
openshift-merge-robot committed Oct 14, 2020
2 parents b9e8fc1 + ab6820b commit aa921a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import {
RedExclamationCircleIcon,
YellowExclamationTriangleIcon,
} from '@console/shared/src/components/status/icons';
import { SyncMarkdownView } from '@console/internal/components/markdown-view';
import { InstallPlanPreview } from './install-plan';

const getInitializationResourceJSON = (
Expand Down Expand Up @@ -179,7 +180,7 @@ const InitializationResourceRequiredMessage: React.FC<InitializationResourceRequ
<StatusIconAndText icon={<RedExclamationCircleIcon />} title="Required" />
</ResourceStatus>
</span>
<p>{description}</p>
<SyncMarkdownView content={description} />
</div>
);
};
Expand Down

0 comments on commit aa921a2

Please sign in to comment.