Skip to content

Commit b6b53e0

Browse files
authored
Update dataFetcherCPECombobox.js
1 parent 32a6b86 commit b6b53e0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Data Fetcher/force-app/main/default/lwc/dataFetcherCPECombobox/dataFetcherCPECombobox.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,11 +1153,6 @@ export default class dataFetcherCPECombobox extends LightningElement {
11531153
}
11541154
}
11551155

1156-
@api
1157-
reportValidity() {
1158-
return !this.hasError;
1159-
}
1160-
11611156
get formElementClass() {
11621157
let resultClass = 'slds-form-element';
11631158
if (this.hasError) {
@@ -1202,4 +1197,4 @@ export default class dataFetcherCPECombobox extends LightningElement {
12021197
return newArray;
12031198
}
12041199

1205-
}
1200+
}

0 commit comments

Comments
 (0)