refactor: remove unnecessary code

This commit is contained in:
RaktimaNXG
2024-04-09 18:52:34 +05:30
parent d779720f26
commit 5b2684a9f4
+1 -9
View File
@@ -1155,15 +1155,7 @@ function PlaceHolderSign() {
}
}
)
.then(() => {
setIsSend(true);
setIsMailSend(true);
const loadObj = {
isLoad: false
};
setIsLoading(loadObj);
setIsUiLoading(false);
})
.then(() => {})
.catch((err) => {
console.log("axois err ", err);
});