Skip to content

Commit

Permalink
[tree view][docs] Fix ad shown on paid features
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 6, 2024
1 parent 4022241 commit 74566dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/x/react-tree-view/rich-tree-view/ordering.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docsx/data/tree-view/rich-tree-view/ordering/ordering.md?muiMarkdown';

export default function Page() {
return <MarkdownDocs {...pageProps} />;
return <MarkdownDocs disableAd {...pageProps} />;
}

0 comments on commit 74566dd

Please sign in to comment.