mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-1376] Do not repeat the same error popup multiple times
This commit is contained in:
parent
b2641932dc
commit
9f76ef4732
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@
|
|||
ngToastProvider.configure({
|
||||
dismissButton: true,
|
||||
dismissOnClick: false,
|
||||
combineDuplications: true,
|
||||
timeout: 6000
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue