Commit latest design, styling & functionality

This commit is contained in:
2023-05-23 20:00:16 -05:00
parent 8da615a8c1
commit ece0ffc7a0
6 changed files with 147 additions and 142 deletions

View File

@@ -177,7 +177,6 @@ const useLookup = (warningHandler?: WarningHandler) => {
props: SubmitProps
): Promise<ParsedGeneric | undefined> {
try {
setTarget(props.target);
const response = await submitInternal();
if (response == undefined)
throw new Error("Internal submission failed to yield any data.");