mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-16 22:12:56 -06:00
Commit latest design, styling & functionality
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user