We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553fbf5 commit 1f80354Copy full SHA for 1f80354
force-app/main/default/lwc/orgcheckApp/orgcheckApp.js
@@ -484,7 +484,7 @@ export default class OrgcheckApp extends LightningElement {
484
* @public
485
*/
486
get isThereAnyApexUncompiled() {
487
- return this.selectedSubTab === 'apex-recompilation-needed' && this.apexUncompiledTableData?.length > 0 || false;
+ return this.selectedSubTab === 'apex-uncompiled' && this.apexUncompiledTableData?.length > 0 || false;
488
}
489
490
/**
0 commit comments