Disabled ripple by default

This commit is contained in:
Cagatay Civici 2024-01-20 00:35:05 +03:00
parent 10a4ded046
commit c7050d4c6d
3 changed files with 4 additions and 3 deletions

View file

@ -7,6 +7,7 @@ const $appState = {
sourceType: 'options-api',
newsActive: false,
announcement: null,
ripple: false,
storageKey: 'primevue',
colorSchemeKey: 'primevue-color-scheme'
});