Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Functional Programming
Diskuy-Frontend
Commits
184a4303
Commit
184a4303
authored
Feb 23, 2021
by
Jonathan Chandra
Browse files
edit CreateThread.jsx
parent
5931aa71
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/thread/CreateThread.jsx
View file @
184a4303
...
...
@@ -87,7 +87,7 @@ export default function ListThreads(props) {
type
=
"text"
className
=
"title"
name
=
"title"
placeholder
=
"Your threads title"
placeholder
=
"Your thread
'
s title"
required
=
"false"
{
...
bindTitle
}
/>
...
...
@@ -107,7 +107,7 @@ export default function ListThreads(props) {
<
textarea
className
=
"body"
name
=
"body"
placeholder
=
"
Tulis
"
placeholder
=
"
Your thread's body
"
required
=
"false"
{
...
bindBody
}
/>
...
...
Write
Preview
Supports
Markdown
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