RootCauseunvalidated
Into the render method I call the alert if some condition and showModals are true — render (){ if( total_values > contract_total && showModals ) { swal('', 'Total is greater than ... ', 'error');. Tension: I only need to call the alert when the page loads.
bb19f319-f2e3-4e59-a905-7d34e0e32d05
Into the render method I call the alert if some condition and showModals are true — render (){ if( total_values > contract_total && showModals ) { swal('', 'Total is greater than ... ', 'error');. Tension: I only need to call the alert when the page loads.