jclib-ui 1.0.114 → 1.0.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18383,8 +18383,8 @@ function InputCep({ dados, setDados, onSearch, ...rest }) {
18383
18383
  ende: result.logradouro,
18384
18384
  bairro: result.bairro,
18385
18385
  cida: result.localidade,
18386
- uf: result.uf,
18387
- cep: result.cep
18386
+ uf: result.uf
18387
+ //cep: result.cep,
18388
18388
  });
18389
18389
  }
18390
18390
  setLoading(false);