mirror of
https://github.com/flarum/core.git
synced 2025-08-10 10:24:46 +02:00
Update ItemList API
This commit is contained in:
@@ -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};
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user