force-app/main/default/lwc/lexSoakupTeam/lexSoakupTeam.js
@@ -22,7 +22,7 @@ } connectedCallback(){ init({recordId:this.recordId}).then(res => { if (confirm(res.ConfirmSoakupHPDeptTeam)) { if (confirm(res.confirmSoakupHPDeptTeam)) { execute({deptClassId: res.id}).then(rep => { if (rep != 'OK') { this.showToast(rep,'error');