mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-11 12:17:41 +02:00
refactor: remove unnecessary code
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user