fixed checklist issue

MOE-PHASE-2
umasoodch 3 years ago
parent cccf2c7ce1
commit c0b9472b33

@ -87,7 +87,7 @@
</ion-card> </ion-card>
</div> </div>
<div *ngIf="checklistNotificationBodyRes"> <div *ngIf="checklistNotificationBodyRes.length > 0">
<textarea style="border: 2px solid #ccc; border-radius: 4px; background-color: #f8f8f8;" cols="40" rows="20">{{checklistNotificationBodyRes}}</textarea> <textarea style="border: 2px solid #ccc; border-radius: 4px; background-color: #f8f8f8;" cols="40" rows="20">{{checklistNotificationBodyRes}}</textarea>
</div> </div>

Loading…
Cancel
Save