Skip to content

Commit

Permalink
chore: add autoclose back in for succesful toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 27, 2024
1 parent 94839b7 commit 058257d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mrgn-utils/src/toasts/toastUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ export class MultiStepToastHandle {
}
toast.update(this._toastId, {
render: () => <MultiStepToast title={this._title} steps={this._stepsWithStatus} />,
autoClose: false,
// autoClose: 4000,
autoClose: 4000,
});
} else {
for (let i = this._stepIndex + 1; i <= nextStepIndex; i++) {
Expand Down

0 comments on commit 058257d

Please sign in to comment.