fixed type errors
This commit is contained in:
@@ -96,9 +96,9 @@ export const MissionForm = () => {
|
||||
missionKeywordAbbreviation: null as any,
|
||||
missionKeywordCategory: null as any,
|
||||
missionKeywordName: null as any,
|
||||
hpgFireEngineState: null,
|
||||
hpgAmbulanceState: null,
|
||||
hpgPoliceState: null,
|
||||
hpgAmbulanceState: "NOT_REQUESTED",
|
||||
hpgFireEngineState: "NOT_REQUESTED",
|
||||
hpgPoliceState: "NOT_REQUESTED",
|
||||
hpgMissionString: null,
|
||||
hpgSelectedMissionString: null,
|
||||
hpg: null,
|
||||
|
||||
Reference in New Issue
Block a user