Skip to content

Commit

Permalink
remove tmp of DataView
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Oct 9, 2021
1 parent 5449a31 commit 6c460c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/data_views/common/data_views/data_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class DataView implements IIndexPattern {
*/
public version: string | undefined;
public sourceFilters?: SourceFilter[];
public tmp: boolean;
private originalSavedObjectBody: SavedObjectBody = {};
private shortDotsEnable: boolean = false;
private fieldFormats: FieldFormatsStartCommon;
Expand Down Expand Up @@ -120,7 +119,6 @@ export class DataView implements IIndexPattern {
this.intervalName = spec.intervalName;
this.allowNoIndex = spec.allowNoIndex || false;
this.runtimeFieldMap = spec.runtimeFieldMap || {};
this.tmp = false;
}

/**
Expand Down

0 comments on commit 6c460c0

Please sign in to comment.