[ZEPPELIN-1376] Do not repeat the same error popup multiple times

This commit is contained in:
DuyHai DOAN 2016-08-31 20:29:47 +02:00 committed by doanduyhai
parent b2641932dc
commit 9f76ef4732

View file

@ -90,6 +90,7 @@
ngToastProvider.configure({
dismissButton: true,
dismissOnClick: false,
combineDuplications: true,
timeout: 6000
});
});