diff --git a/src/component/product/settingsTab/TemplateConfigure.jsx b/src/component/product/settingsTab/TemplateConfigure.jsx index 640f75f..359c6c0 100644 --- a/src/component/product/settingsTab/TemplateConfigure.jsx +++ b/src/component/product/settingsTab/TemplateConfigure.jsx @@ -28,8 +28,9 @@ const TemplateConfigure = ({productData}) => { }) const templateResponse = templateData?.data - // debugger; - console.log("templateResponse",templateResponse); + const templateImages = templateResponse?.template_images?.data; + // debugger; + console.log("templateResponse", templateResponse); // const currentColorUID = templateResponse?.current_colorstyle_uid // const color_styles = templateResponse?.color_styles // const custom_template_name = templateResponse?.custom_template_name @@ -54,16 +55,66 @@ const TemplateConfigure = ({productData}) => { <>