Skip to content
Snippets Groups Projects
Commit 1ee8c70d authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: 1132 spinner does not appear when loading a deposit

change detection change by removing on push strategy on history dialog
parent 5092d460
No related branches found
No related tags found
No related merge requests found
import {
ChangeDetectionStrategy,
Component,
Inject,
OnInit,
......@@ -23,7 +22,6 @@ import {
selector: "dlcm-history-dialog",
templateUrl: "./shared-history.dialog.html",
styleUrls: ["./shared-history.dialog.scss"],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class SharedHistoryDialog extends SharedAbstractContainer implements OnInit {
paramMessage: { name: string } = {name: ""};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment