Skip to content

Commit

Permalink
Remove api annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Aug 11, 2023
1 parent 7bf470e commit 6148dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion force-app/main/default/lwc/errorPanel/errorPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default class ErrorPanel extends LightningElement {

viewDetails = false;

@api
get errorMessages() {
// eslint-disable-next-line @salesforce/lwc-graph-analyzer/no-call-expression-references-unsupported-namespace
return reduceErrors(this.errors);
Expand Down

0 comments on commit 6148dce

Please sign in to comment.