Basic redux integration for thread component (#141)
This commit is contained in:
committed by
Aleksei Gurianov
parent
b6cda91dd9
commit
a02b1502a6
@@ -0,0 +1,6 @@
|
||||
export const THREAD_SET_COLLAPSE = 'THREAD/COLLAPSE_SET';
|
||||
export const setCollapse = (comment, collapsed) => ({
|
||||
type: THREAD_SET_COLLAPSE,
|
||||
comment,
|
||||
collapsed,
|
||||
});
|
||||
Reference in New Issue
Block a user