fixed iframe bug

This commit was merged in pull request #52.
This commit is contained in:
victorAnumudu
2025-07-24 21:16:48 +01:00
parent 54d44e39d3
commit a16dd7af24
2 changed files with 99 additions and 74 deletions
+8
View File
@@ -115,6 +115,14 @@ export const productsData = (reqData) => {
return postAuxEnd(`/panel/account/products`, postData, false)
}
// FUNCTION TO REFRESH SITE
export const productRefreshSite = (reqData) => {
let postData = {
...reqData,
}
return postAuxEnd(`/panel/account/products/refresh`, postData, false)
}
// FUNCTION TO GET DASHBOARD RECENT ACTIONS SECTION
export const recentActions = (reqData) => {
let postData = {