fix(frontend): use new but unsaved custom preferences on edit profile page
This commit is contained in:
parent
bd279a7dae
commit
1dc4089cef
3 changed files with 11 additions and 26 deletions
|
|
@ -67,15 +67,6 @@ export interface Pronoun {
|
|||
status: string;
|
||||
}
|
||||
|
||||
export enum WordStatus {
|
||||
Unknown = "",
|
||||
Favourite = "favourite",
|
||||
Okay = "okay",
|
||||
Jokingly = "jokingly",
|
||||
FriendsOnly = "friends_only",
|
||||
Avoid = "avoid",
|
||||
}
|
||||
|
||||
export interface PartialMember {
|
||||
id: string;
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue