Skip to content

Commit

Permalink
fix(synthese): fix id_import form value disappearance
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 13, 2025
1 parent 6c38ec5 commit c5443bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/syntheseModule/synthese.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export class SyntheseComponent implements OnInit {
this._changeDetector.detectChanges();

this.loadAndStoreData(this._fs.formatParams());
this._fs.processedDefaultFilters['id_import'] = null;
});
});
}
Expand Down

0 comments on commit c5443bc

Please sign in to comment.