Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BoxDialer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
BoxDialer
Commits
c1de8788
Commit
c1de8788
authored
Jan 03, 2024
by
Muhammadali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
bf3a7e98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
index.jsx
src/components/setting/index.jsx
+6
-3
No files found.
src/components/setting/index.jsx
View file @
c1de8788
...
...
@@ -20,14 +20,17 @@ const SettingComponent = ({
id
:
uuidv4
(),
title
:
'
Test-1
'
,
icon
:
<
FormatPaintIcon
className=
{
'
leftIcons
'
}
/>,
content
:
(
key
)
=>
<
SettingMainStyle
.
RightSelectInfoOneBlock
key=
{
key
}
><
StyleComponent
/></
SettingMainStyle
.
RightSelectInfoOneBlock
>
Content
:
({
keyItem
})
=>
{
console
.
log
(
'
settingComponent_allData:
'
,
keyItem
)
return
<
SettingMainStyle
.
RightSelectInfoOneBlock
key=
{
keyItem
}
><
StyleComponent
/></
SettingMainStyle
.
RightSelectInfoOneBlock
>
}
},
{
id
:
uuidv4
(),
title
:
'
Test-2
'
,
icon
:
<
BuildIcon
className=
{
'
leftIcons
'
}
/>,
content
:
(
key
)
=>
<
SettingMainStyle
.
RightSelectInfoOneBlock
key=
{
key
}
><
FixComponent
/></
SettingMainStyle
.
RightSelectInfoOneBlock
>
Content
:
({
keyItem
})
=>
<
SettingMainStyle
.
RightSelectInfoOneBlock
key=
{
keyItem
}
><
FixComponent
/></
SettingMainStyle
.
RightSelectInfoOneBlock
>
}
]
...
...
@@ -58,7 +61,7 @@ const SettingComponent = ({
</
SettingMainStyle
.
LeftMenu
>
<
SettingMainStyle
.
RightSelectInfo
id=
{
'
data
'
}
>
{
allData
?.
map
(({
content
,
id
})
=>
{
content
(
id
)
}
)
allData
?.
map
(({
Content
,
id
})
=>
<
Content
keyItem=
{
id
}
/>
)
}
</
SettingMainStyle
.
RightSelectInfo
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment