mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: snacks showing forever
This commit is contained in:
parent
8662a9753d
commit
239dec5b19
1 changed files with 1 additions and 2 deletions
|
|
@ -67,8 +67,7 @@ export class SnackService {
|
|||
|
||||
const cfg = {
|
||||
...DEFAULT_SNACK_CFG,
|
||||
// duration: type === 'ERROR' ? 8000 : DEFAULT_SNACK_CFG.duration,
|
||||
duration: 2222222222222,
|
||||
duration: type === 'ERROR' ? 8000 : DEFAULT_SNACK_CFG.duration,
|
||||
...config,
|
||||
data: {
|
||||
...params,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue