Borrada linea no usada
This commit is contained in:
parent
ae1f8673e7
commit
354045c5df
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
...mapState('barrio',["grupo_de_compra_id","pedidos"]),
|
||||
...mapState('pedido',["nombre","pedido_id"]),
|
||||
deshabilitado: function () {
|
||||
return !this.searchString?.trim()
|
||||
|| this.pedidos.some(p => p.nombre.toLowerCase() === this.searchString.toLowerCase())
|
||||
|
|
Loading…
Add table
Reference in a new issue