|
|
|
@@ -518,8 +518,6 @@ export default { |
|
|
|
: [] |
|
|
|
); |
|
|
|
|
|
|
|
console.log(formattedCatPages.value,'formattedCatPages') |
|
|
|
|
|
|
|
const handleCategoryPageSearch = async (searchTerm) => { |
|
|
|
if (searchTerm.length < 3) return; |
|
|
|
categoryPageSelectorLoader.value = true; |
|
|
|
@@ -705,6 +703,7 @@ export default { |
|
|
|
|
|
|
|
formData.append("location", selectedLoc.value); |
|
|
|
formData.append("panel", pannel.value); |
|
|
|
formData.append("page_type", pageType.value); |
|
|
|
if (image.value) { |
|
|
|
formData.append("image", image.value); |
|
|
|
} |
|
|
|
|