Skip to content

Commit

Permalink
Fix #5316: Ripple docs (#5318)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 14, 2023
1 parent d9fa7f6 commit 99f405e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/configuration/rippledoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { PrimeReactProvider } from 'primereact/api';
export default function MyApp({ Component }) {
const value = {
ripple: false,
ripple: true,
...
};
Expand Down

0 comments on commit 99f405e

Please sign in to comment.