Set Field semantics field as optional

This commit is contained in:
Alexander Cerutti
2019-06-12 23:29:14 +02:00
parent 48b9cd0b74
commit 10ef5f30b6

View File

@@ -316,7 +316,7 @@ export interface Field {
textAlignment?: string;
key: string;
value: string | number | Date;
semantics: Semantics;
semantics?: Semantics;
dateStyle?: string;
ignoreTimeZone?: boolean;
isRelative?: boolean;