feat(admin dashboard): change label

This commit is contained in:
Sebastian Pravda 2023-02-15 15:22:08 +01:00
parent fc7be0e6cc
commit 7cd988279d
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -26,7 +26,7 @@
}
};
type Class = 'Vše' | 'KBB' | 'IT' | 'GYM';
type Class = 'Chronologicky' | 'KBB' | 'IT' | 'GYM';
type Filter = {
class: Class;
@ -35,7 +35,7 @@
let filters: Array<Filter> = [
{
class: 'Vše',
class: 'Chronologicky',
filter: undefined
},
{