@adins/ucsearch 3.5.4 → 3.5.5

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.
@@ -990,6 +990,10 @@ class UCSearchComponent {
990
990
  }
991
991
  return;
992
992
  }
993
+ //handle if response data is null
994
+ if (response["Data"] === null) {
995
+ response["Data"] = [];
996
+ }
993
997
  let qryPaging = {
994
998
  response: response,
995
999
  pageNow: pageNo