load template settings

This commit is contained in:
CHIEFSOFT\ameye
2026-01-17 19:05:12 -05:00
parent 290356780c
commit 4f7274c30c
3 changed files with 73 additions and 15 deletions
+8
View File
@@ -244,6 +244,14 @@ export const getProductColorStyles = (reqData) => {
}
return postAuxEnd(`/panel/account/products/color-styles`, postData, false)
}
export const getTemplateConfig = (reqData) => {
let postData = {
...reqData,
}
return postAuxEnd(`/panel/myproduct/template-config`, postData, false)
}
// FUNCTION TO ACTIVATE TEMPLATE
export const activateTemplate = (reqData) => {
let postData = {