licence_categories->categories;frontend: fixed category handling

This commit is contained in:
Alex
2025-02-10 14:59:22 +01:00
parent a8bc049af7
commit 447f149423
4 changed files with 25 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ interface Licence {
issued_date: string | '';
expiration_date: string | '';
country: string | '';
licence_categories: LicenceCategory[];
categories: LicenceCategory[];
}
interface LicenceCategory {