licence_categories->categories;frontend: fixed category handling
This commit is contained in:
2
frontend/src/app.d.ts
vendored
2
frontend/src/app.d.ts
vendored
@@ -37,7 +37,7 @@ interface Licence {
|
||||
issued_date: string | '';
|
||||
expiration_date: string | '';
|
||||
country: string | '';
|
||||
licence_categories: LicenceCategory[];
|
||||
categories: LicenceCategory[];
|
||||
}
|
||||
|
||||
interface LicenceCategory {
|
||||
|
||||
Reference in New Issue
Block a user