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