Skip to content

Commit e432508

Browse files
committed
oops
1 parent 602a1e7 commit e432508

File tree

1 file changed

+1
-1
lines changed
  • sample-apps/discounts/web/frontend/pages/volume/[functionId]

1 file changed

+1
-1
lines changed

sample-apps/discounts/web/frontend/pages/volume/[functionId]/new.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default function VolumeNew() {
110110
body: JSON.stringify({
111111
discount: {
112112
...discount,
113-
title: form.discountCode,
113+
title: form.discountTitle,
114114
},
115115
}),
116116
});

0 commit comments

Comments
 (0)