Neuausstellung + Verschlankung

This commit is contained in:
Moritz Utcke
2025-04-27 16:29:20 -03:00
parent 25aa048c4a
commit e159e81c2d
24 changed files with 813 additions and 1643 deletions

View File

@@ -145,7 +145,7 @@ export async function objektSpeichern(objekt: Objekt & { id?: string }): Promise
}
})
return objekt.id;
return objekt.id;
} else {
const { id } = await api.objekt.PUT.fetch({
adresse: objekt.adresse,