diff --git a/force-app/main/default/lwc/configurationManager/configurationManager.html b/force-app/main/default/lwc/configurationManager/configurationManager.html index b967c25..36231d2 100644 --- a/force-app/main/default/lwc/configurationManager/configurationManager.html +++ b/force-app/main/default/lwc/configurationManager/configurationManager.html @@ -45,6 +45,7 @@ diff --git a/force-app/main/default/lwc/configurationManager/configurationManager.js b/force-app/main/default/lwc/configurationManager/configurationManager.js index a287091..8f223b2 100644 --- a/force-app/main/default/lwc/configurationManager/configurationManager.js +++ b/force-app/main/default/lwc/configurationManager/configurationManager.js @@ -131,4 +131,10 @@ export default class ConfigurationManager extends LightningElement { this.openModal(event.detail); } + handleEditBundle(event) { + editIndicatorBundleModal.open().then((result) => { + console.log(result); + }); + } + } \ No newline at end of file diff --git a/force-app/main/default/lwc/key/key.html b/force-app/main/default/lwc/key/key.html index ee1ae93..97586e9 100644 --- a/force-app/main/default/lwc/key/key.html +++ b/force-app/main/default/lwc/key/key.html @@ -70,6 +70,7 @@

Bundle is not active.