hide toast after timeout completes

This commit is contained in:
Daniel Roth 2026-03-04 15:01:17 +00:00
parent 3d4d3c0392
commit cd438569da

View file

@ -353,7 +353,7 @@ export function ReportingClientArea({
<SuccessToast
show={showToast}
showConfetti={false}
onClose={() => setShowToast(true)}
onClose={() => setShowToast(false)}
message="Recommendation process triggered"
subtext="Recommendations might take a few minutes to update"
timeoutMs={6000}