feat(subspecialist): enhance specialist details with unit and installation info
- Update Unit interface to allow null installation - Include specialist.Unit and specialist.Unit.Installation in API includes - Add Unit and Installation fields to subspecialist detail view - Simplify list configuration headers and update keys for specialist name
This commit is contained in:
No files matched your search
+1
-1
@@ -5,7 +5,7 @@ export interface Unit extends Base {
|
||||
name: string
|
||||
installation_id?: number | string | null
|
||||
|
||||
installation?: Installation
|
||||
installation?: Installation | null
|
||||
}
|
||||
|
||||
export function genUnit(): Unit {
|
||||
|
||||
Reference in New Issue
Block a user