|
@@ -3,7 +3,7 @@ import { insertPemeriksaan } from "@/actions/pemeriksaan";
|
|
|
import Router from "next/router";
|
|
import Router from "next/router";
|
|
|
import Datetime from "react-datetime";
|
|
import Datetime from "react-datetime";
|
|
|
import moment from "moment";
|
|
import moment from "moment";
|
|
|
-import { Row, Col, FormGroup, Input } from "reactstrap";
|
|
|
|
|
|
|
+import { Row, Col, FormGroup, Input, Button } from "reactstrap";
|
|
|
import { ToastContainer, toast } from "react-toastify";
|
|
import { ToastContainer, toast } from "react-toastify";
|
|
|
import { Formik, Form, Field, ErrorMessage } from "formik";
|
|
import { Formik, Form, Field, ErrorMessage } from "formik";
|
|
|
import * as Yup from "yup";
|
|
import * as Yup from "yup";
|
|
@@ -264,11 +264,11 @@ class InputEvaluasi extends Component {
|
|
|
) : ("")}
|
|
) : ("")}
|
|
|
<FormGroup row>
|
|
<FormGroup row>
|
|
|
<div className="col-xl-10">
|
|
<div className="col-xl-10">
|
|
|
- <button className="btn btn-sm color-3e3a8e" type="submit">
|
|
|
|
|
|
|
+ <Button color className="btn-login" type="submit">
|
|
|
<span className="font-color-white">
|
|
<span className="font-color-white">
|
|
|
Simpan Evaluasi
|
|
Simpan Evaluasi
|
|
|
</span>
|
|
</span>
|
|
|
- </button>
|
|
|
|
|
|
|
+ </Button>
|
|
|
</div>
|
|
</div>
|
|
|
</FormGroup>
|
|
</FormGroup>
|
|
|
</Form>
|
|
</Form>
|