fix missing label supermarket category
This commit is contained in:
@ -82,7 +82,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
arrayValues = [{ id: -1, name: this_value }]
|
arrayValues = [{ id: -1, name: this_value }]
|
||||||
}
|
}
|
||||||
if (this.form?.ordered && this.first_run && arrayValues.length > 0) {
|
if (this.form?.ordered && this.first_run) {
|
||||||
return this.flattenItems(arrayValues)
|
return this.flattenItems(arrayValues)
|
||||||
} else {
|
} else {
|
||||||
return arrayValues
|
return arrayValues
|
||||||
|
Reference in New Issue
Block a user