diff --git a/frontend/src/Metamaps/GlobalUI/index.js b/frontend/src/Metamaps/GlobalUI/index.js index e54f5eca..a1d2bbff 100644 --- a/frontend/src/Metamaps/GlobalUI/index.js +++ b/frontend/src/Metamaps/GlobalUI/index.js @@ -112,7 +112,7 @@ const GlobalUI = { _notifyUser: function(message, opts = {}) { const self = GlobalUI - const { leaveOpen: false, timeOut: 8000 } = opts + const { leaveOpen = false, timeOut = 8000 } = opts $('#toast').html(message) self.showDiv('#toast')