mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
FIX: broken post in styleguide (#29669)
The base `transformedPost` in dummy-data was missing the topic object.
This commit is contained in:
parent
20effebd51
commit
0669830a5b
@ -169,11 +169,11 @@ export function createData(store) {
|
||||
canManage: true,
|
||||
canDelete: true,
|
||||
post_number: 1,
|
||||
topic: createTopic(),
|
||||
};
|
||||
|
||||
const postModel = store.createRecord("post", {
|
||||
...transformedPost,
|
||||
topic: createTopic(),
|
||||
});
|
||||
|
||||
_data = {
|
||||
|
Loading…
Reference in New Issue
Block a user