mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
Revert line bgColor
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = function(Categories) {
|
||||
name: data.name,
|
||||
description: ( data.description ? data.description : '' ),
|
||||
icon: ( data.icon ? data.icon : '' ),
|
||||
bgColor: ( data.bgColor ? data.bgColor : '' ),
|
||||
bgColor: data.bgColor,
|
||||
color: ( data.color ? data.color : '' ),
|
||||
slug: slug,
|
||||
parentCid: ( data.parentCid ? data.parentCid : 0 ),
|
||||
|
||||
Reference in New Issue
Block a user