fix missing label supermarket category

This commit is contained in:
smilerz
2022-01-17 16:12:54 -06:00
parent 5724ef9511
commit d8d76ae9e0

View File

@ -82,7 +82,7 @@ export default {
} else {
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)
} else {
return arrayValues