Skip to content

Commit daae821

Browse files
authored
add missing toast id: (#2245)
- follow up to #2236, add a toast for account settings localization formatting
1 parent 02c4381 commit daae821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/account-settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ export class AccountSettings extends BtrixElement {
603603
message: msg("Your formatting preference has been updated."),
604604
variant: "success",
605605
icon: "check2-circle",
606+
id: "account-settings-formatting",
606607
});
607608
};
608609
}

0 commit comments

Comments
 (0)