@@ -409,6 +409,7 @@ export default function Component(props: { targetCount: any, end: Function }) {
postData()
return
}
+ setIsPosting(true)
setNeedTerminal(true)
setShowModal(true)
@@ -546,6 +547,7 @@ export default function Component(props: { targetCount: any, end: Function }) {
showBtns={true}
onCancel={() => {
resume()
+ setIsPosting(false)
setNeedTerminal(false)
setShowModal(false)
}} />