repo card: fix v2 for custom card_width
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ export default async (req, res) => {
|
||||
theme,
|
||||
border_radius,
|
||||
border_color,
|
||||
card_width: parseInt(card_width, 10),
|
||||
card_width_input: parseInt(card_width, 10),
|
||||
show_owner: parseBoolean(show_owner),
|
||||
show: showStats,
|
||||
show_icons: parseBoolean(show_icons),
|
||||
|
||||
Reference in New Issue
Block a user