Disable ripple effect in toast notifications

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-07-23 20:48:55 -06:00
parent 23fa0bb786
commit f850af50e5
+1 -1
View File
@@ -3,7 +3,7 @@ export function initNotyf () {
const toastCfg = {
duration: 5000,
ripple: true,
ripple: false,
position: { x: 'right', y: 'bottom' },
dismissible: true
}