more items crossed off

This commit is contained in:
Drew Ansbacher
2021-08-19 16:59:05 -06:00
committed by Matt Hill
parent 636cf8deca
commit b8381cabfe
3 changed files with 28 additions and 18 deletions

View File

@@ -82,7 +82,7 @@
isNew: current && current[entry.key] === undefined,
isEdited: entry.value.dirty
}"></form-label>
<ion-button fill="clear" color="primary" slot="end" (click)="addListItem(entry.key)">
<ion-button fill="clear" color="primary" slot="end" (click)="addListItemWrapper(entry.key, spec)">
<ion-icon slot="start" name="add"></ion-icon>
Add
</ion-button>