Skip to content

Commit

Permalink
show error if selector not found in 4byte.directory
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvlathey committed Sep 28, 2022
1 parent f5027c0 commit 1f64d4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Body/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,13 @@ function Body() {
});
}
}
} else {
toast({
title: "Can't Decode Calldata",
status: "error",
isClosable: true,
duration: 1000,
});
}
};

Expand Down

0 comments on commit 1f64d4f

Please sign in to comment.