We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e80754 + 531dd11 commit 1cc017bCopy full SHA for 1cc017b
apps/OpenSign/src/components/BulkSendUi.jsx
@@ -16,6 +16,7 @@ const BulkSendUi = (props) => {
16
const [isDisableBulkSend, setIsDisableBulkSend] = useState(false);
17
const [isLoader, setIsLoader] = useState(false);
18
const [signers, setSigners] = useState([]);
19
+ const [emails, setEmails] = useState([]);
20
useEffect(() => {
21
signatureExist();
22
// eslint-disable-next-line react-hooks/exhaustive-deps
0 commit comments