Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into proxyinput
  • Loading branch information
theosanderson committed Nov 28, 2023
2 parents 4bf0b30 + 86fdd32 commit 081b597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_website/src/hooks/useInputHelper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const useInputHelper = ({

function addFromURL(url) {
const file_obj = { name: url, supplyType: "url" };

addInput(file_obj);
}

Expand Down

0 comments on commit 081b597

Please sign in to comment.