1
chenjingwu
2024-05-24 84e0a7994d22fa5be5e5f8ae91ca4990ef495afd
force-app/main/default/lwc/improvedForecastTime/improvedForecastTime.js
@@ -280,6 +280,7 @@
                    this.dispatchEvent(closeEvent);
                }else{
                    this.showToast(response,"error");
                    this.IsLoading = false;
                }
            });
        }