Skip to content

Commit 114b364

Browse files
committed
Align alertview alerts with choiceset alerts
1 parent 1f6a3b7 commit 114b364

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/js/src/manager/screen/utils/AlertView.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ class AlertView {
242242
getTimeout () {
243243
if (this._timeout === AlertView._TIMEOUT_DEFAULT) {
244244
this._timeout = this.getDefaultTimeout();
245-
} else if (this._timeout === AlertView._DEFAULT_TIMEOUT) {
246-
return AlertView._DEFAULT_TIMEOUT;
247245
} else if (this._timeout < AlertView._TIMEOUT_MIN) {
248246
return AlertView._TIMEOUT_MIN;
249247
} else if (this._timeout > AlertView._TIMEOUT_MAX) {

0 commit comments

Comments
 (0)