From 484aab343de5d84ef3b03b565c89f8485aa6dfdd Mon Sep 17 00:00:00 2001 From: Batuhan Tomo <91488737+Rekl0w@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:10:17 +0300 Subject: [PATCH] Fix #6469 doc fix (#6470) --- components/doc/ripple/configurationdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/doc/ripple/configurationdoc.js b/components/doc/ripple/configurationdoc.js index 283c5e0d21..e8517cb363 100644 --- a/components/doc/ripple/configurationdoc.js +++ b/components/doc/ripple/configurationdoc.js @@ -10,7 +10,7 @@ import { PrimeReactProvider } from 'primereact/api'; export default function MyApp({ Component }) { const value = { - ripple: false, + ripple: true, ... };