Skip to content

Commit 1f80354

Browse files
committed
task about isThereAnyApexUncompiled corrected #601
1 parent 553fbf5 commit 1f80354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/main/default/lwc/orgcheckApp/orgcheckApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ export default class OrgcheckApp extends LightningElement {
484484
* @public
485485
*/
486486
get isThereAnyApexUncompiled() {
487-
return this.selectedSubTab === 'apex-recompilation-needed' && this.apexUncompiledTableData?.length > 0 || false;
487+
return this.selectedSubTab === 'apex-uncompiled' && this.apexUncompiledTableData?.length > 0 || false;
488488
}
489489

490490
/**

0 commit comments

Comments
 (0)