resolve delete user not working properly with placholder

This commit is contained in:
prafull-opensignlabs
2023-12-26 20:04:16 +05:30
parent fd0ec5fd31
commit 6c1d0c712a
7 changed files with 34 additions and 34 deletions
@@ -157,7 +157,7 @@ const ManageSign = () => {
file = base64StringtoFile(image, `${replaceSpace}.png`);
}
}
console.log("isUrl ", isUrl);
// console.log("isUrl ", isUrl);
let imgUrl;
if (!isUrl) {
imgUrl = await uploadFile(file);