Skip to content

Commit 506c8de

Browse files
committed
Show menu order value in Product Settings
1 parent 25821fa commit 506c8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/Product Settings/ProductSettingsRows.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ enum ProductSettingsRows {
168168
}
169169

170170
let title = NSLocalizedString("Menu Order", comment: "Menu order label in Product Settings")
171-
cell.updateUI(title: title, value: nil)
171+
cell.updateUI(title: title, value: String(settings.menuOrder))
172172
cell.accessoryType = .disclosureIndicator
173173
}
174174

0 commit comments

Comments
 (0)