add missing toast id: (#2245)
- follow up to #2236, add a toast for account settings localization formatting
This commit is contained in:
parent
02c4381694
commit
daae82191f
@ -603,6 +603,7 @@ export class AccountSettings extends BtrixElement {
|
|||||||
message: msg("Your formatting preference has been updated."),
|
message: msg("Your formatting preference has been updated."),
|
||||||
variant: "success",
|
variant: "success",
|
||||||
icon: "check2-circle",
|
icon: "check2-circle",
|
||||||
|
id: "account-settings-formatting",
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user