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
@@ -130,7 +130,7 @@ const Settings = memo(({productData}) => {
))}
<div className={`tab-pane fade ${(activeTab == 'config_temp') && 'active show'}`}
>
<TemplateConfigure />
<TemplateConfigure productData={productData} />
</div>
</>
</div>