🎨 style(EinundzwanzigPlebTable): change default sort direction from ascending to descending

This commit is contained in:
fsociety
2024-10-07 13:43:14 +02:00
parent 93d1372c13
commit 9fc010d262

View File

@@ -25,7 +25,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent
public string $sortField = 'application_for';
public string $sortDirection = 'asc';
public string $sortDirection = 'desc';
public bool $multiSort = true;