mirror of
https://github.com/flarum/framework.git
synced 2025-02-28 02:05:26 +08:00
Update ItemList API
This commit is contained in:
parent
42d87d2b48
commit
d2c96287d4
@ -29,7 +29,7 @@ export default function() {
|
||||
const color = tag.color();
|
||||
|
||||
if (color) {
|
||||
items.newDiscussion.content.props.style = {backgroundColor: color};
|
||||
items.get('newDiscussion').props.style = {backgroundColor: color};
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user