add invite message
This commit is contained in:
@@ -28,7 +28,7 @@ export class InvitesComponent implements OnInit {
|
||||
searchFormControl = new FormControl();
|
||||
searchOthersFormControl = new FormControl();
|
||||
|
||||
inviteColumns = ["starts", "expires", "link", "note", "redeemed"];
|
||||
inviteColumns = ["starts", "expires", "link", "note", "message", "redeemed"];
|
||||
otherColumns = ["note"];
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user