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.
1 parent 1e80754 commit 531dd11Copy full SHA for 531dd11
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