Skip to content

Commit 503ee87

Browse files
committed
Disable selecting rows on Coupon details screen
1 parent 46a11b6 commit 503ee87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Coupons/CouponDetails/CouponDetails.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ struct CouponDetails: View {
112112
ForEach(detailRows) { row in
113113
TitleAndValueRow(title: row.title,
114114
value: .content(row.content),
115-
selectable: true,
115+
selectable: false,
116116
action: row.action)
117117
.padding(.vertical, Constants.verticalSpacing)
118118
.padding(.horizontal, insets: geometry.safeAreaInsets)

0 commit comments

Comments
 (0)