Skip to content

Commit 531dd11

Browse files
Merge pull request #942 from nxglabs/staging
fix: quicksend screen get black out while sending document
1 parent 1e80754 commit 531dd11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/OpenSign/src/components/BulkSendUi.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const BulkSendUi = (props) => {
1616
const [isDisableBulkSend, setIsDisableBulkSend] = useState(false);
1717
const [isLoader, setIsLoader] = useState(false);
1818
const [signers, setSigners] = useState([]);
19+
const [emails, setEmails] = useState([]);
1920
useEffect(() => {
2021
signatureExist();
2122
// eslint-disable-next-line react-hooks/exhaustive-deps

0 commit comments

Comments
 (0)