[#313] Création d'une page d'administration : modification/création d'un fournisseur #20

Merged
Matteo merged 10 commits from feat/313-creation-administration-modification-creation-fournisseur into develop 2026-02-12 08:22:17 +00:00
Showing only changes of commit 785d3231dc - Show all commits

View File

@@ -53,7 +53,6 @@ const emptyForm = (): AddressPayload => ({
const form = reactive<AddressPayload>(emptyForm())
const hydrateForm = (address?: AddressPayload | null) => {
console.log(props.address)
const data = address ?? emptyForm()
tristan marked this conversation as resolved
Review

Supprime le log

Supprime le log
form.label = data.label ?? ""
form.street = data.street ?? ""