Skip to content

Commit

Permalink
Merge branch 'branches/rudder/7.3' into branches/rudder/8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Oct 25, 2023
2 parents 6715b00 + 4f0f74e commit 3227b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion change-validation/src/main/elm/sources/Init.elm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addToast toast conf m =
defaultConfig : Toasty.Config Msg
defaultConfig =
Toasty.Defaults.config
|> Toasty.delay 3.0
|> Toasty.delay 30000
|> Toasty.containerAttrs
[ style "position" "fixed"
, style "top" "50px"
Expand Down

0 comments on commit 3227b01

Please sign in to comment.