keevo-components 1.5.194 → 1.5.195

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.
@@ -793,9 +793,8 @@ class BaseComponentCrudForm extends BaseComponentCrud {
793
793
  * Método responsável pelo carregamento da tela
794
794
  * @param obs - Observable responsável pelo salvamento dos dados
795
795
  */
796
- loadData(obs) {
797
- obs
798
- .pipe(loading())
796
+ async loadData(obs) {
797
+ await obs.pipe(loading())
799
798
  .subscribe((data) => {
800
799
  this.isNewRegistry = false;
801
800
  this.registry = data;