diff --git a/projects/editor/src/app/components/dialogs/likert-column-edit-dialog.component.ts b/projects/editor/src/app/components/dialogs/likert-column-edit-dialog.component.ts index 09bd9e90186501073078f676d6d3209b70a5257f..8cdcba1b16b3f6b52bce3388558cfc1f16071731 100644 --- a/projects/editor/src/app/components/dialogs/likert-column-edit-dialog.component.ts +++ b/projects/editor/src/app/components/dialogs/likert-column-edit-dialog.component.ts @@ -13,7 +13,7 @@ import { FileService } from '../../../../../common/file.service'; </mat-form-field> <input #imageUpload type="file" hidden (click)="loadImage()"> <button mat-raised-button (click)="imageUpload.click()">{{ 'loadImage' | translate }}</button> - <button mat-raised-button (click)="data.column.imgSrc = null">{{ 'removeImage' | translate }}</button> + <button mat-raised-button (click)="imgSrc = null">{{ 'removeImage' | translate }}</button> <img [src]="imgSrc" [style.object-fit]="'scale-down'" [width]="200">