mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Removing toast errors on missing keys
This commit is contained in:
@@ -141,7 +141,7 @@ export class AccountPage extends Disposable {
|
||||
enableCustomCss ? null : [
|
||||
css.header(t("Theme")),
|
||||
dom.create(ThemeConfig, this._appModel),
|
||||
css.subHeader(t("Language ")),
|
||||
css.subHeader(t("Language")),
|
||||
css.dataRow({ style: 'width: 300px'},
|
||||
select(userLocale, languageOptions, {
|
||||
renderOptionArgs: () => {
|
||||
|
||||
Reference in New Issue
Block a user