Skip to content

Commit 8af27f2

Browse files
committed
[NAE-2251] NAE - Map field options are not translated
- fix according to PR
1 parent 92c22c5 commit 8af27f2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

projects/netgrif-components-core/src/lib/resources/interface/immediate-data.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ export interface ImmediateData {
4949
* Only for enumeration_map and multichoice_map
5050
*/
5151
options?: {
52-
defaultValue?: string,
53-
key?: string;
54-
translations?: I18nFieldTranslations;
52+
[k: string]: {
53+
defaultValue?: string,
54+
key?: string;
55+
translations?: I18nFieldTranslations;
56+
}
5557
};
5658
}

0 commit comments

Comments
 (0)