diff --git a/force-app/main/default/lwc/orgcheckApp/api/dataset/orgcheck-api-dataset-lighntingwebcomponents.js b/force-app/main/default/lwc/orgcheckApp/api/dataset/orgcheck-api-dataset-lighntingwebcomponents.js index 72f87ba..ae57154 100644 --- a/force-app/main/default/lwc/orgcheckApp/api/dataset/orgcheck-api-dataset-lighntingwebcomponents.js +++ b/force-app/main/default/lwc/orgcheckApp/api/dataset/orgcheck-api-dataset-lighntingwebcomponents.js @@ -45,7 +45,7 @@ export class OrgCheckDatasetLightningWebComponents extends OrgCheckDataset { createdDate: record.CreatedDate, lastModifiedDate: record.LastModifiedDate, description: record.Description, - url: sfdcManager.setupUrm(id, TYPE_LIGHTNING_WEB_COMPONENT) + url: sfdcManager.setupUrl(id, TYPE_LIGHTNING_WEB_COMPONENT) }, dependencies: { data: componentsDependencies