Color config added
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const ColorStyleConfigure =()=>{
|
||||
|
||||
return <>COLOR CONFIG</>
|
||||
}
|
||||
|
||||
export default ColorStyleConfigure
|
||||
@@ -7,6 +7,7 @@ import {IoMdArrowDropdown} from 'react-icons/io';
|
||||
import queryKeys from '../../../services/queryKeys';
|
||||
import sortObjectByListOrder from '../../../helpers/sortObjectByListOrder';
|
||||
import URLConfiguration from "./URLConfiguration";
|
||||
import ColorStyleConfigure from "./ColorStyleConfigure";
|
||||
|
||||
const GeneralTab = memo(({
|
||||
name = 'Full Name',
|
||||
@@ -117,7 +118,9 @@ const GeneralTab = memo(({
|
||||
{(tabKey === 'url_config_tab') && <URLConfiguration name={name} data={sortedData}
|
||||
isCustom={isCustom}
|
||||
productData={productData}/>}
|
||||
{(tabKey==='color_scheme_tab')} && <>This is Color Tab</>}
|
||||
{(tabKey === 'color_scheme_tab') && <ColorStyleConfigure name={name} data={sortedData}
|
||||
isCustom={isCustom}
|
||||
productData={productData}/>}
|
||||
</>
|
||||
:
|
||||
<div className="page-account-form">
|
||||
|
||||
Reference in New Issue
Block a user