We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c17528 commit d2d7b16Copy full SHA for d2d7b16
1 file changed
view/frontend/templates/component/messages.phtml
@@ -12,7 +12,7 @@ use Loki\CssUtils\Util\CssClass;
12
13
$timeout = (int)$block->getTimeout();// @todo Right source for this?
14
if (!$timeout > 0) {
15
- $timeout = 1000000;
+ $timeout = 10000;
16
}
17
?>
18
<div
0 commit comments