We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8481cdb commit c5d199fCopy full SHA for c5d199f
src/mocks/data/user/user.db.ts
@@ -76,7 +76,7 @@ class UmbUserMockDB extends UmbEntityMockDbBase<UmbMockUserModel> {
76
hasAccessToSensitiveData: true,
77
avatarUrls: [],
78
hasAccessToAllLanguages: true,
79
- languageIsoCode: firstUser.languageIsoCode,
+ languageIsoCode: firstUser.languageIsoCode || null,
80
languages: [],
81
documentStartNodeIds: firstUser.documentStartNodeIds,
82
mediaStartNodeIds: firstUser.mediaStartNodeIds,
0 commit comments