Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
e6eee073
"git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "c45109ed6059a66c32aeafa2c6c212fa37c5ec8c"
Commit
e6eee073
authored
Jul 12, 2023
by
Jeffrey Morgan
Browse files
web: fix `npm build`
parent
4c2b4589
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
web/app/download/downloader.tsx
web/app/download/downloader.tsx
+1
-1
web/app/download/signup.tsx
web/app/download/signup.tsx
+1
-1
No files found.
web/app/download/downloader.tsx
View file @
e6eee073
...
...
@@ -2,7 +2,7 @@
import
{
useEffect
}
from
'
react
'
export
default
function
({
url
}:
{
url
:
string
})
{
export
default
function
Downloader
({
url
}:
{
url
:
string
})
{
useEffect
(()
=>
{
window
.
location
.
href
=
url
},
[])
...
...
web/app/download/signup.tsx
View file @
e6eee073
...
...
@@ -2,7 +2,7 @@
import
{
useState
}
from
'
react
'
export
default
function
()
{
export
default
function
Signup
()
{
const
[
email
,
setEmail
]
=
useState
(
''
)
const
[
success
,
setSuccess
]
=
useState
(
false
)
...
...
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