We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ede01af + e447bb7 commit fc26519Copy full SHA for fc26519
src/pages/NewStory.js
@@ -81,7 +81,7 @@ const NewStory = () => {
81
products {
82
id
83
Name
84
- user_story_template
+ product_template
85
}
86
}`
87
},
@@ -93,7 +93,7 @@ const NewStory = () => {
93
setProducts(products)
94
const productToTemplateTextMap = {}
95
products.forEach((product) => {
96
- productToTemplateTextMap[product.id] = product.user_story_template ?? ''
+ productToTemplateTextMap[product.id] = product.product_template ?? ''
97
})
98
setDescriptionInputs({
99
...initialDescriptionInputsValue,
0 commit comments