mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
hide toast after timeout completes
This commit is contained in:
parent
3d4d3c0392
commit
cd438569da
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue