Skip to content

Commit

Permalink
chore(edit-content): fix error #30215
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed Nov 20, 2024
1 parent 20d56a9 commit 53b4ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<i [ngClass]="uiMessage.icon" data-testId="ui-message-icon" class="icon"></i>
</div>
<div class="text">
<div
[innerHTML]="uiMessage.message | dm: uiMessage?.args"
data-testId="ui-message-span"> </div>
<div [innerHTML]="uiMessage.message | dm: uiMessage?.args" data-testId="ui-message-span"></div>
<ng-content></ng-content>
</div>
2 changes: 1 addition & 1 deletion core-web/libs/edit-content/src/test-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ console.error = (...params) => {
if (!params.find((p) => p.toString().includes(jsDomCssError))) {
originalConsoleError(...params);
}
};
};

0 comments on commit 53b4ca5

Please sign in to comment.