Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
cms
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Pedro-dev_2
cms
Commits
3157378a
Commit
3157378a
authored
Apr 28, 2021
by
PDuarte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create project with platforms
parent
61546266
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
index.js
src/views/settings/projects/add/index.js
+7
-4
No files found.
src/views/settings/projects/add/index.js
View file @
3157378a
...
...
@@ -18,6 +18,7 @@ import { isObjEmpty } from '@utils'
import
ProjectCard
from
'../edit/projectCard'
// ** Styles
import
'@styles/react/libs/tables/react-dataTable-component.scss'
import
{
platform
}
from
'chart.js'
const
Tables
=
()
=>
{
const
dispatch
=
useDispatch
()
...
...
@@ -26,7 +27,8 @@ const Tables = () => {
addProject
({
id
:
values
.
id
,
app_name
:
values
.
app_name
,
customer_name
:
values
.
customer_name
customer_name
:
values
.
customer_name
,
platforms
:
values
.
platforms
})
)
...
...
@@ -48,9 +50,10 @@ const Tables = () => {
<
/div
>
<
div
class
=
"card-body"
>
<
ProjectCard
selectedProject
=
{{
id
:
'<generate>'
,
app_name
:
''
,
customer_name
:
''
id
:
'<generate>'
,
app_name
:
''
,
customer_name
:
''
,
platforms
:
[]
}}
onSubmitHandler
=
{
onSubmitHandler
}
/
>
...
...
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