mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-05-12 22:48:27 -05:00
Disable ripple effect in toast notifications
This commit is contained in:
@@ -3,7 +3,7 @@ export function initNotyf () {
|
||||
|
||||
const toastCfg = {
|
||||
duration: 5000,
|
||||
ripple: true,
|
||||
ripple: false,
|
||||
position: { x: 'right', y: 'bottom' },
|
||||
dismissible: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user