Mission Marker Home & Log Page
This commit is contained in:
@@ -23,10 +23,10 @@ export const useMissionsStore = create<MissionStore>((set) => ({
|
||||
missionAdditionalInfo: "",
|
||||
addressLat: 52.520008,
|
||||
addressLng: 13.404954,
|
||||
missionKeywordName: "Test",
|
||||
missionKeywordCategory: "Test",
|
||||
missionKeywordAbbreviation: "Test",
|
||||
missionPatientInfo: "Test",
|
||||
missionKeywordName: "TestKName",
|
||||
missionKeywordCategory: "TestKCategory",
|
||||
missionKeywordAbbreviation: "TestKAbbreviation",
|
||||
missionPatientInfo: "TestPatientInfo",
|
||||
missionStationIds: [],
|
||||
createdUserId: "1",
|
||||
missionLog: [],
|
||||
@@ -73,7 +73,7 @@ export const useMissionsStore = create<MissionStore>((set) => ({
|
||||
});
|
||||
if (!res.ok) return undefined;
|
||||
const data = await res.json();
|
||||
set({ missions: data });
|
||||
//set({ missions: data });
|
||||
return undefined;
|
||||
},
|
||||
setMission: (mission) =>
|
||||
|
||||
Reference in New Issue
Block a user