DEV: Make basic-assigned-topic-list a real component
Re-exporting the BasicTopicList component as-is leads to unexpected behavior when colocating templates because `BasicAssignedTopicList` === `BasicTopicList`. Extending it gives the component its own identity.
Similar to 8ba7b0727a
This commit is contained in:
parent
e3a5db4e63
commit
8533d7b1e7
|
|
@ -1,3 +1,3 @@
|
|||
import BasicTopicList from "discourse/components/basic-topic-list";
|
||||
|
||||
export default BasicTopicList;
|
||||
export default class BasicAssignedTopicList extends BasicTopicList {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue