From 389a499709bb9827d5c3446eadbad81fd84bd610 Mon Sep 17 00:00:00 2001 From: dw-0 Date: Sat, 26 Oct 2024 12:09:46 +0200 Subject: [PATCH] chore: adapt requested changes Signed-off-by: Dominik Willner --- CHANGELOG.md | 2 +- .../src/app/components/admin-jobs/admin-jobs.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b63d5ed43..141f5611b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Switched the `consistent-type-assertions` rule from `warn` to `error` in the `eslint` configuration -- Switched the `prefer-optional-chain` rule from `warn` to `error` in the `eslint` configuration - Switched the `consistent-generic-constructors` rule from `warn` to `error` in the `eslint` configuration +- Switched the `prefer-optional-chain` rule from `warn` to `error` in the `eslint` configuration ## 2.119.0 - 2024-10-26 diff --git a/apps/client/src/app/components/admin-jobs/admin-jobs.component.ts b/apps/client/src/app/components/admin-jobs/admin-jobs.component.ts index 2108d0761..04fc963d8 100644 --- a/apps/client/src/app/components/admin-jobs/admin-jobs.component.ts +++ b/apps/client/src/app/components/admin-jobs/admin-jobs.component.ts @@ -36,8 +36,8 @@ export class AdminJobsComponent implements OnDestroy, OnInit { public DATA_GATHERING_QUEUE_PRIORITY_MEDIUM = DATA_GATHERING_QUEUE_PRIORITY_MEDIUM; public defaultDateTimeFormat: string; - public filterForm: FormGroup; public dataSource = new MatTableDataSource(); + public filterForm: FormGroup; public displayedColumns = [ 'index', 'type',