Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu c19cfdd524 fixed template data bug 2025-08-26 18:15:55 +01:00
ameye 2476c491be Merge branch 'template-api-fix' of MERMS/MermsPanelReactJS into master 2025-08-26 15:57:36 +00:00
@@ -15,7 +15,8 @@ const SiteTemplateSelector = memo(({name='Full Name', data, productData}) =>{
product_id: productData?.product_id
}
return getProductTemplateData(reqData)
}
},
staleTime: 0
})
const templateResponse = templateData?.data