Skip to content
Snippets Groups Projects
Commit ca8db048 authored by Seren Siahaan's avatar Seren Siahaan
Browse files

Update jenisKendaraan state

parent e95106d6
2 merge requests!11chore: merge staging into dev,!9merge branch 'seren' into 'develop'
...@@ -6,7 +6,7 @@ const Create = () => { ...@@ -6,7 +6,7 @@ const Create = () => {
const router = useRouter() const router = useRouter()
const [namaKelas, setNamaKelas] = useState("") const [namaKelas, setNamaKelas] = useState("")
const [hargaKelas, setHargaKelas] = useState("") const [hargaKelas, setHargaKelas] = useState("")
const [jenisKendaraan, setJenisKendaraan] = useState("") const [jenisKendaraan, setJenisKendaraan] = useState("MATIC")
const [jumlahSesi, setJumlahSesi] = useState("") const [jumlahSesi, setJumlahSesi] = useState("")
const [platNomorKendaraan, setPlatNomorKendaraan] = useState("") const [platNomorKendaraan, setPlatNomorKendaraan] = useState("")
const [namaKendaraan, setNamaKendaraan] = useState("") const [namaKendaraan, setNamaKendaraan] = useState("")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment