mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
turn off confetti on success toast
This commit is contained in:
parent
40c0674d71
commit
3d4d3c0392
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue