Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
e3c41e2e
Commit
e3c41e2e
authored
Mar 19, 2021
by
Stefan Probst
Browse files
fix: fix submit button typo
parent
7572b4ca
Pipeline
#182203
passed with stage
in 5 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/search/ItemSearchForm.tsx
View file @
e3c41e2e
...
...
@@ -167,7 +167,7 @@ export interface SubmitButtonProps {
export
function
SubmitButton
(
props
:
SubmitButtonProps
):
JSX
.
Element
{
return
(
<
Button
type
=
"submit"
variant
=
"gradient"
className
=
{
props
.
className
}
>
S
ubmit
S
earch
</
Button
>
)
}
stefan.probst
@stefan.probst
mentioned in issue
#54 (closed)
·
Mar 19, 2021
mentioned in issue
#54 (closed)
mentioned in issue #54
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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