mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
bugfix firma_id: define default as null instead of empty string
This commit is contained in:
@@ -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:{
|
||||
|
||||
Reference in New Issue
Block a user