From 0064150dae0f7096c59a5dea718ebf18d93209bf Mon Sep 17 00:00:00 2001 From: Julia Rechkunova Date: Wed, 17 Aug 2022 14:29:02 +0200 Subject: [PATCH] [Discover] Remove from spec --- src/plugins/data_views/common/data_views/data_view.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/data_views/common/data_views/data_view.ts b/src/plugins/data_views/common/data_views/data_view.ts index e78721ec13c75..e4bcf94b9624e 100644 --- a/src/plugins/data_views/common/data_views/data_view.ts +++ b/src/plugins/data_views/common/data_views/data_view.ts @@ -309,7 +309,6 @@ export class DataView implements DataViewBase { fieldAttrs: cloneDeep(this.fieldAttrs), allowNoIndex: this.allowNoIndex, name: this.name, - updatedAt: this.updatedAt, }; // Filter undefined values from the spec