Skip to content

Commit e447bb7

Browse files
committed
Changed user_story_template to product_template
1 parent ede01af commit e447bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/NewStory.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const NewStory = () => {
8181
products {
8282
id
8383
Name
84-
user_story_template
84+
product_template
8585
}
8686
}`
8787
},
@@ -93,7 +93,7 @@ const NewStory = () => {
9393
setProducts(products)
9494
const productToTemplateTextMap = {}
9595
products.forEach((product) => {
96-
productToTemplateTextMap[product.id] = product.user_story_template ?? ''
96+
productToTemplateTextMap[product.id] = product.product_template ?? ''
9797
})
9898
setDescriptionInputs({
9999
...initialDescriptionInputsValue,

0 commit comments

Comments
 (0)