Dziennik: dodano filtrowanie po ID rozkładu

This commit is contained in:
2022-07-12 10:54:48 +02:00
parent 6c724440d7
commit b88a96237e
6 changed files with 59 additions and 55 deletions
+1 -4
View File
@@ -26,8 +26,5 @@ declare module '@vue/runtime-core' {
isActive: boolean;
}
interface JournalSearcher {
id: string;
value: string;
}
}