mirror of
https://github.com/flarum/core.git
synced 2025-08-11 10:55:47 +02:00
Update ItemList API
This commit is contained in:
@@ -29,7 +29,7 @@ export default function() {
|
|||||||
const color = tag.color();
|
const color = tag.color();
|
||||||
|
|
||||||
if (color) {
|
if (color) {
|
||||||
items.newDiscussion.content.props.style = {backgroundColor: color};
|
items.get('newDiscussion').props.style = {backgroundColor: color};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user