Basic discussions forum framework
Adds the basic structure for the Discussions MFE around which future development will happen.
This commit is contained in:
4
src/discussions/posts/data/selectors.js
Normal file
4
src/discussions/posts/data/selectors.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/* eslint-disable import/prefer-default-export */
|
||||
export const selectCourseThreads = topicId => state => state.threads.threads[topicId] || [];
|
||||
|
||||
export const courseTopicsStatus = state => state.topics.status;
|
||||
Reference in New Issue
Block a user