@eturnity/eturnity_reusable_components 7.6.1-EPDM-9777.4 → 7.6.1-EPDM-9777.6

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": "@eturnity/eturnity_reusable_components",
3
- "version": "7.6.1-EPDM-9777.4",
3
+ "version": "7.6.1-EPDM-9777.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -372,9 +372,7 @@ export default {
372
372
  },
373
373
  onSelect({ item, hasChildren }) {
374
374
  if (hasChildren || item.disabled) {
375
- if (item.disabled) {
376
- this.$emit('on-click', item)
377
- }
375
+ this.$emit('on-click', item)
378
376
  return
379
377
  }
380
378
  this.$emit('on-select', item)