import React from "react"; function DefaultSignature({ themeColor, defaultSignImg, xyPostion, setIsAlert }) { const confirmToaddDefaultSign = () => { if (xyPostion.length > 0) { setIsAlert({ isShow: true, alertMessage: "Are you sure you want to sign at requested locations?" }); } else { alert("please select position!"); } }; return (
Your Signature