Skip to content

Commit

Permalink
Merge pull request #472 from SalesforceLabs/471-lwc-components-list-c…
Browse files Browse the repository at this point in the history
…rashes

Typo in Javascript #471
  • Loading branch information
VinceFINET authored Dec 3, 2024
2 parents 237db88 + ab363fa commit d10ad30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d10ad30

Please sign in to comment.