ps-toolkit-ui 1.18.22 → 1.18.23

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.
@@ -3957,8 +3957,8 @@
3957
3957
  }
3958
3958
  this.table.set(this.changeRows);
3959
3959
  if (this.table.searchForm) {
3960
- this.table.searchForm.displayLabel = false;
3961
- this.table.searchForm.class = (this.table.searchForm.class ? this.table.searchForm.class : '') + ' p-0';
3960
+ this.table.searchForm.displayLabel = !this.table.expertSearch;
3961
+ this.table.searchForm.class = (this.table.searchForm.class ? this.table.searchForm.class : '') + (this.table.expertSearch ? '' : ' p-0');
3962
3962
  this.table.searchForm.inputs.forEach(function (x) {
3963
3963
  x.required = false;
3964
3964
  x.displayLabel = false;