add missing toast id: (#2245)

- follow up to #2236, add a toast for account settings localization
formatting
This commit is contained in:
Ilya Kreymer 2024-12-16 14:05:49 -08:00 committed by GitHub
parent 02c4381694
commit daae82191f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -603,6 +603,7 @@ export class AccountSettings extends BtrixElement {
message: msg("Your formatting preference has been updated."),
variant: "success",
icon: "check2-circle",
id: "account-settings-formatting",
});
};
}