Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오인제
/
Tunnel
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
정의왕
2021-12-07 01:15:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8ac8e3957f9ff0bb75cf95333a31fed7f19b9da6
8ac8e395
1 parent
aa38b227
Create BoardModal ver1.1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
turnel_FE/src/component/views/Modal/BoardModal.js
turnel_FE/src/component/views/Modal/BoardModal.js
View file @
8ac8e39
...
...
@@ -10,13 +10,9 @@ function BoardModal({viewContent, onViewContentHandler}) {
}
const
[
open
,
setOpen
]
=
useState
(
false
)
const
[
BoardContent
,
setBoardContent
]
=
useState
({
id
:
0
,
title
:
''
,
content
:
''
})
const
initialBoard
=
()
=>
{
setBoardContent
()
}
const
getValue
=
e
=>
{
const
{
name
,
value
}
=
e
.
target
;
setBoardContent
({
...
...
Please
register
or
login
to post a comment