Update all Packages, add emailVerification on change, fix errors
This commit is contained in:
@@ -116,6 +116,8 @@ const Einsatzdetails = ({
|
||||
hpgLocationLat: undefined,
|
||||
hpgLocationLng: undefined,
|
||||
state: "draft",
|
||||
addressAdditionalInfo: mission.addressAdditionalInfo || undefined,
|
||||
addressMissionLocation: mission.addressAdditionalInfo || undefined,
|
||||
});
|
||||
setOpen(true);
|
||||
}}
|
||||
@@ -303,6 +305,8 @@ const Einsatzdetails = ({
|
||||
hpgLocationLat: undefined,
|
||||
hpgLocationLng: undefined,
|
||||
state: "draft",
|
||||
addressAdditionalInfo: mission.addressAdditionalInfo || undefined,
|
||||
addressMissionLocation: mission.addressAdditionalInfo || undefined,
|
||||
});
|
||||
setOpen(true);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user