turn off confetti on success toast

This commit is contained in:
Daniel Roth 2026-03-04 14:52:24 +00:00
parent 40c0674d71
commit 3d4d3c0392

View file

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