@symphony-talent/component-library 4.152.0 → 4.154.0

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.
@@ -585,12 +585,8 @@ class EventSettingsMoreOptionsComponent {
585
585
  return true;
586
586
  }
587
587
  agInit(params) {
588
- if (params.colDef.field === 'licenseMenu') {
589
- this.moreOptions =
590
- {
591
- items: ['Assign', 'Unassign', 'Renew'],
592
- hasBorder: false,
593
- };
588
+ if (params.moreOptions) {
589
+ this.moreOptions = params.moreOptions;
594
590
  }
595
591
  this.agGridParams = params;
596
592
  }