Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Nov 28, 2023
1 parent d11aeb9 commit 1343633
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taxonium_website/src/components/InputSupplier.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ export const InputSupplier = ({ inputHelper, className }) => {
onChange={(e) => {
setTempURL(
e.target.value
.replace("http://", "")
.replace("http://", "https://")

);
}}
onKeyUp={(e) => {
Expand Down

0 comments on commit 1343633

Please sign in to comment.