Skip to content

Commit

Permalink
Export DiscussionListPane in compat
Browse files Browse the repository at this point in the history
We forgot to do this in beta 14 when introducing the component.

Fixes #2591
  • Loading branch information
askvortsov1 committed Feb 10, 2021
1 parent 0595aba commit 7306d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/src/forum/compat.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import PostStreamState from './states/PostStreamState';
import SearchState from './states/SearchState';
import AffixedSidebar from './components/AffixedSidebar';
import DiscussionPage from './components/DiscussionPage';
import DiscussionListPane from './components/DiscussionListPane';
import LogInModal from './components/LogInModal';
import ComposerBody from './components/ComposerBody';
import ForgotPasswordModal from './components/ForgotPasswordModal';
Expand Down Expand Up @@ -92,6 +93,7 @@ export default Object.assign(compat, {
'states/SearchState': SearchState,
'components/AffixedSidebar': AffixedSidebar,
'components/DiscussionPage': DiscussionPage,
'components/DiscussionListPane': DiscussionListPane,
'components/LogInModal': LogInModal,
'components/ComposerBody': ComposerBody,
'components/ForgotPasswordModal': ForgotPasswordModal,
Expand Down

0 comments on commit 7306d8e

Please sign in to comment.