fix: reset pagination on filter change in ClientTaskLogsComponent
testing/ogGui-multibranch/pipeline/head There was a failure building this commit Details

pull/24/head
Lucas Lara García 2025-05-22 09:28:05 +02:00
parent 11b1c26f50
commit faf3fa0613
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ export class ClientTaskLogsComponent implements OnInit {
clientSearchCommandInput.value = null;
clientSearchStatusInput.value = null;
this.filters = {};
this.page = 0;
this.loadTraces();
}