add disabled badge, extend expiry button to accounts

This commit is contained in:
Harvey Tindall
2021-02-28 17:52:24 +00:00
parent 1e9d184508
commit 1ec5d2ca3f
9 changed files with 198 additions and 14 deletions
+3 -2
View File
@@ -77,6 +77,7 @@ declare interface Modals {
announce: Modal;
editor: Modal;
customizeEmails: Modal;
extendExpiry: Modal;
}
interface Invite {
@@ -90,8 +91,8 @@ interface Invite {
notifyCreation?: boolean;
profile?: string;
label?: string;
userDuration?: boolean;
userDurationTime?: string;
userExpiry?: boolean;
userExpiryTime?: string;
}
interface inviteList {