product template endpoint fixed

This commit was merged in pull request #10.
This commit is contained in:
victorAnumudu
2025-09-22 17:17:54 +01:00
parent 2b1c499cca
commit f70d39ab38
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export default function CustomTemplates() {
},
staleTime: 0 //0 mins
})
const customTemData = data?.data?.products // CUSTOM TEMPLATE LIST
const customTemData = data?.data?.templates // CUSTOM TEMPLATE LIST
const pagination = data?.data?.pagination
// console.log('DATA', data?.data)