Skip to content

Commit eb94e7f

Browse files
fix: icon picker sending error due to web elements changes #79780 (#2094)
1 parent a0d267e commit eb94e7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/shared/src/lib/components/icon-picker/icon-picker.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ export class IconPickerComponent
294294
public setIcon(icon?: string) {
295295
this.showList = false;
296296
if (icon) {
297-
this.appendIconSvgToDOM(icon);
298297
this.value = icon;
299298
// In order to render the value container after it contains value we set the timeout
300299
if (this.setIconTimeoutListener) {

0 commit comments

Comments
 (0)