Skip to content

Commit

Permalink
Fixes #17809: If tables are missing, the error notification toast dis…
Browse files Browse the repository at this point in the history
…appears almost instantly
  • Loading branch information
clarktsiory committed Oct 23, 2023
1 parent 8880f4d commit 4f0f74e
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 4f0f74e

Please sign in to comment.