update invites
This commit is contained in:
@@ -27,7 +27,7 @@ export class InvitesComponent implements OnInit {
|
||||
pageSizeOptions: number[] = [5, 10, 25, 50];
|
||||
searchFormControl = new FormControl();
|
||||
|
||||
inviteColumns = ["starts", "expires", "link", "note"];
|
||||
inviteColumns = ["starts", "expires", "link", "note", "redeemed"];
|
||||
otherColumns = ["note"];
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user