diff --git a/src/toast/index.js b/src/toast/index.js index 606edbc8e..e558cf155 100644 --- a/src/toast/index.js +++ b/src/toast/index.js @@ -152,9 +152,7 @@ function ToastForMulitple(options) { const toast = createInstanceForMultiple(); // should add z-index if previous toast has not disappeared - if (toast.value) { - toast.updateZIndex(); - } + toast.updateZIndex(); options = parseOptions(options); options = {