Fixed error with value for list (#438)
parent
8385415ec0
commit
8d0fcc04f9
|
@ -142,7 +142,6 @@ export default {
|
|||
}
|
||||
if (!this.findLabel(value) &&
|
||||
this.metadata.displayed &&
|
||||
this.metadata.optionCRUD !== 'create-new' &&
|
||||
this.isEmptyValue(this.metadata.displayColumn)) {
|
||||
value = undefined
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue