Skip to content

Commit 1cd9429

Browse files
[DSC-1631] remove unused method
1 parent 9df19d3 commit 1cd9429

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/app/shared/form/builder/ds-dynamic-form-ui/models/onebox/dynamic-onebox.component.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,6 @@ export class DsDynamicOneboxComponent extends DsDynamicVocabularyComponent imple
354354
.forEach((sub) => sub.unsubscribe());
355355
}
356356

357-
/**
358-
* Hide image on error
359-
* @param image
360-
*/
361-
handleImgError(image: HTMLElement): void {
362-
image.style.display = 'none';
363-
}
364-
365357
toggleOtherInfoSelection() {
366358
this.additionalInfoSelectIsOpen = !this.additionalInfoSelectIsOpen;
367359
}

0 commit comments

Comments
 (0)