@policystudio/policy-studio-ui-vue 1.1.72 → 1.1.73

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": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",
@@ -579,7 +579,6 @@ export default {
579
579
  this.isHoveringRow = index
580
580
  },
581
581
  shouldShowIcon(item) {
582
- console.log('item',item)
583
582
  if(item?.actions?.length === 1) return true
584
583
  else return false
585
584
  },