From c8185a22dfb8286f2f8c631af01bc3b5bf63b7f1 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 26 Jun 2020 16:06:56 +0200 Subject: [PATCH] Remove documentation for obsolete component prop --- framework/core/js/src/forum/components/DiscussionList.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/core/js/src/forum/components/DiscussionList.js b/framework/core/js/src/forum/components/DiscussionList.js index 1d16fa1c6..ad9bfea8a 100644 --- a/framework/core/js/src/forum/components/DiscussionList.js +++ b/framework/core/js/src/forum/components/DiscussionList.js @@ -9,8 +9,6 @@ import Placeholder from '../../common/components/Placeholder'; * * ### Props * - * - `params` A map of parameters used to construct a refined parameter object - * to send along in the API request to get discussion results. * - `state` A DiscussionListState object that represents the discussion lists's state. */ export default class DiscussionList extends Component {