Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
29a818a5
Commit
29a818a5
authored
Jun 23, 2021
by
seotts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change http to https in placeholder
parent
a3b3a66f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/views/studio/studio-project-adder.jsx
src/views/studio/studio-project-adder.jsx
+1
-1
No files found.
src/views/studio/studio-project-adder.jsx
View file @
29a818a5
...
@@ -67,7 +67,7 @@ const StudioProjectAdder = ({onSubmit}) => {
...
@@ -67,7 +67,7 @@ const StudioProjectAdder = ({onSubmit}) => {
className=
{
classNames
({
'
mod-form-error
'
:
error
})
}
className=
{
classNames
({
'
mod-form-error
'
:
error
})
}
disabled=
{
submitting
}
disabled=
{
submitting
}
type=
"text"
type=
"text"
placeholder=
"http://scratch.mit.edu/projects/xxxx"
placeholder=
"http
s
://scratch.mit.edu/projects/xxxx"
value=
{
value
}
value=
{
value
}
onKeyDown=
{
e
=>
e
.
key
===
'
Enter
'
&&
submit
()
}
onKeyDown=
{
e
=>
e
.
key
===
'
Enter
'
&&
submit
()
}
onChange=
{
e
=>
setValue
(
e
.
target
.
value
)
}
onChange=
{
e
=>
setValue
(
e
.
target
.
value
)
}
...
...
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