|
|
@@ -55,7 +55,7 @@ class JawabanKeberatan extends Component {
|
|
|
return (
|
|
|
<ContentWrapper unwrap>
|
|
|
<Modal isOpen={this.state.modalTidak} >
|
|
|
- <ModalBody>Apakah anda ingin membatalkan permohonan banding atas pengenaan sanksi?</ModalBody>
|
|
|
+ <ModalBody>Apakah Anda yakin tidak akan mengajukan permohonan banding?</ModalBody>
|
|
|
<ModalFooter>
|
|
|
|
|
|
<Button color className="btn-login" onClick={async () => {
|
|
|
@@ -64,7 +64,7 @@ class JawabanKeberatan extends Component {
|
|
|
const { token, query } = this.props;
|
|
|
await updatePT(token, query.id, { is_pengajuan_banding: false, is_pengajuan_keberatan: false })
|
|
|
toast.update(toastid, { render: "All is good", type: "success", isLoading: false, autoClose: true, closeButton: true });
|
|
|
- Router.push("/pt/dokumen-perbaikan");
|
|
|
+ Router.push("/pt/sanksi");
|
|
|
} catch (error) {
|
|
|
toast.update(toastid, { render: "All is not good", type: "error", isLoading: false, autoClose: true, closeButton: true });
|
|
|
}
|