bugfix firma_id: define default as null instead of empty string

This commit is contained in:
ma0068
2025-07-14 13:09:52 +02:00
parent 9d341cc045
commit c9cced3f61
@@ -231,7 +231,7 @@ export default{
this.reload();
},
selectedFirma(newVal) {
this.addressData.firma_id = newVal?.firma_id || '';
this.addressData.firma_id = newVal?.firma_id || null;
}
},
methods:{