load template settings
This commit is contained in:
@@ -130,7 +130,7 @@ const Settings = memo(({productData}) => {
|
||||
))}
|
||||
<div className={`tab-pane fade ${(activeTab == 'config_temp') && 'active show'}`}
|
||||
>
|
||||
<TemplateConfigure />
|
||||
<TemplateConfigure productData={productData} />
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user