Skip to content

Commit cea7076

Browse files
committed
Added icon and button for report
1 parent ebf51d7 commit cea7076

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

eform-client/src/app/modules/eforms/components/eform-edit-paring-modal/eform-edit-paring-modal.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export class EformEditParingModalComponent implements OnInit {
5555
addToArray(e: any, deployId: number) {
5656
const deployObject = new DeployCheckbox();
5757
deployObject.id = deployId;
58-
debugger;
5958
if (e.target.checked) {
6059
deployObject.isChecked = true;
6160
this.deployModel.deployCheckboxes.push(deployObject);

eform-client/src/app/modules/eforms/components/eforms-page/eforms-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
[routerLink]="['./report', templateDto.id]"
176176
mdbTooltip="{{ 'Jasper Report' | translate }}">
177177
<i class="material-icons">
178-
unarchive
178+
receipt
179179
</i>
180180
</button>
181181
</div>

eform-client/src/app/modules/eforms/eform-report/components/eform-report-page/eform-report-page.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export class EformReportPageComponent implements OnInit {
4040

4141
updateReport() {
4242
this.spinnerStatus = true;
43-
debugger;
4443
this.eformReportService.updateSingle(this.fullReportModel).subscribe((data) => {
4544
if (data && data.success) {
4645

0 commit comments

Comments
 (0)