Skip to content

Commit

Permalink
include url
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Sep 29, 2024
1 parent 1bdbf08 commit 6382811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/setup/ConfigForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const LoadExemple = ({ name, url }: { name: string, url: string }) => {
const handleSubmit = () => {
tcDispatch({
type: ContextActions.USER_FILE_INPUT,
payload: { type: 'remote' }
payload: { type: 'remote', url }
})

Emitter.emit('INSERT_URL', { url })
Expand Down

0 comments on commit 6382811

Please sign in to comment.