Skip to content

Commit

Permalink
Fixed pagination error
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-lperezra committed Aug 23, 2024
1 parent 951c54f commit f017bcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion encoder-ui/src/app/analysis/analysis.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export class AnalysisComponent implements OnInit{
}

analysisSelected(idAnalysis: string, textSelected: string) {
this.analysisResult = [];
this.diagnostics = [];
this.textAndDiagnosticList = [];
var textHTML = textSelected;
Expand Down

0 comments on commit f017bcb

Please sign in to comment.