Browse Source

Reverse order

pull/3221/head
Thomas Kaul 1 year ago
parent
commit
568b824ecd
  1. 1
      libs/ui/src/lib/assistant/assistant.component.ts

1
libs/ui/src/lib/assistant/assistant.component.ts

@ -219,6 +219,7 @@ export class AssistantComponent implements OnChanges, OnDestroy, OnInit {
return { label: format(date, 'yyyy'), value: format(date, 'yyyy') };
})
.slice(0, -1)
.reverse()
);
}

Loading…
Cancel
Save