We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecd3b84 + 8f9205a commit 733dad6Copy full SHA for 733dad6
src/app/centers/centers-view/notes-tab/notes-tab.component.html
@@ -1,10 +1,8 @@
1
<mifosx-entity-notes-tab
2
[entityId]="entityId"
3
[entityNotes]="entityNotes"
4
- [username]="username"
5
- [notePermission]="'GROUPNOTE'"
6
- [addNoteCallback]="addNote"
7
- [editNoteCallback]="editNote"
8
- [deleteNoteCallback]="deleteNote"
+ [callbackAdd]="addNote"
+ [callbackEdit]="editNote"
+ [callbackDelete]="deleteNote"
9
>
10
</mifosx-entity-notes-tab>
0 commit comments