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 queryKeys from '../../../services/queryKeys';
|
||||||
import sortObjectByListOrder from '../../../helpers/sortObjectByListOrder';
|
import sortObjectByListOrder from '../../../helpers/sortObjectByListOrder';
|
||||||
import URLConfiguration from "./URLConfiguration";
|
import URLConfiguration from "./URLConfiguration";
|
||||||
|
import ColorStyleConfigure from "./ColorStyleConfigure";
|
||||||
|
|
||||||
const GeneralTab = memo(({
|
const GeneralTab = memo(({
|
||||||
name = 'Full Name',
|
name = 'Full Name',
|
||||||
@@ -117,7 +118,9 @@ const GeneralTab = memo(({
|
|||||||
{(tabKey === 'url_config_tab') && <URLConfiguration name={name} data={sortedData}
|
{(tabKey === 'url_config_tab') && <URLConfiguration name={name} data={sortedData}
|
||||||
isCustom={isCustom}
|
isCustom={isCustom}
|
||||||
productData={productData}/>}
|
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">
|
<div className="page-account-form">
|
||||||
|
|||||||
Reference in New Issue
Block a user