|
|
@ -26,11 +26,10 @@ function LocalUrlInput({ url, setUrl, environment }: Props) { |
|
|
|
type="email" |
|
|
|
type="email" |
|
|
|
placeholder="eg http://localhost:8000/compile" /> |
|
|
|
placeholder="eg http://localhost:8000/compile" /> |
|
|
|
<Form.Text className="text-muted"> |
|
|
|
<Form.Text className="text-muted"> |
|
|
|
The url to your local compiler |
|
|
|
|
|
|
|
</Form.Text> |
|
|
|
</Form.Text> |
|
|
|
</Form.Group> |
|
|
|
</Form.Group> |
|
|
|
</Form> |
|
|
|
</Form> |
|
|
|
) |
|
|
|
) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export default LocalUrlInput; |
|
|
|
export default LocalUrlInput; |
|
|
|