agilebuilder-ui 1.1.58-sit4 → 1.1.58-sit5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agilebuilder-ui",
3
- "version": "1.1.58-sit4",
3
+ "version": "1.1.58-sit5",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
@@ -764,7 +764,7 @@ const superGridService = {
764
764
  })
765
765
  },
766
766
  filterHasAuthColumns(columns, gridParams, systemCode) {
767
- if(!this.pageContext || !this.configureObj) {
767
+ if (!this.pageContext || !this.configureObj) {
768
768
  return columns
769
769
  }
770
770
  const prop = this.configureObj.code ? this.configureObj.code : this.code