MOBILE-4616 reports: Remove OnPush to avoid infinite-loading problem
parent
694d46c99c
commit
348567fdb1
|
@ -13,7 +13,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
import { toBoolean } from '@/core/transforms/boolean';
|
import { toBoolean } from '@/core/transforms/boolean';
|
||||||
import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnInit, Output } from '@angular/core';
|
import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';
|
||||||
import { CoreError } from '@classes/errors/error';
|
import { CoreError } from '@classes/errors/error';
|
||||||
import {
|
import {
|
||||||
CoreReportBuilder,
|
CoreReportBuilder,
|
||||||
|
@ -37,7 +37,6 @@ import { map } from 'rxjs/operators';
|
||||||
selector: 'core-report-builder-report-detail',
|
selector: 'core-report-builder-report-detail',
|
||||||
templateUrl: './report-detail.html',
|
templateUrl: './report-detail.html',
|
||||||
styleUrls: ['./report-detail.scss'],
|
styleUrls: ['./report-detail.scss'],
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
||||||
})
|
})
|
||||||
export class CoreReportBuilderReportDetailComponent implements OnInit {
|
export class CoreReportBuilderReportDetailComponent implements OnInit {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue