Skip to main content
Sign in
Snippets Groups Projects
Commit 65c4cf53 authored by Seren Siahaan's avatar Seren Siahaan
Browse files

Update create.jsx

parent 93e07af5
Branches
Tags
1 merge request!6merge from seren to develop
...@@ -102,13 +102,13 @@ const Create = () => { ...@@ -102,13 +102,13 @@ const Create = () => {
</div> </div>
<div className="flex flex-row align-middle justify-between"> <div className="flex flex-row align-middle justify-between">
<span className="h-min my-auto font-bold text-lg">Nomor Kendaraan</span> <span className="h-min my-auto font-bold text-lg">Nomor Kendaraan</span>
<input value={kendaraan} onChange={(e) => { <input value={nomorKendaraan} onChange={(e) => {
setNomorKendaraan(e.target.value) setNomorKendaraan(e.target.value)
}} type="tel" required className="drop-shadow-xl w-2/3 p-2 rounded-xl" /> }} type="tel" required className="drop-shadow-xl w-2/3 p-2 rounded-xl" />
</div> </div>
<div className="flex flex-row align-middle justify-between"> <div className="flex flex-row align-middle justify-between">
<span className="h-min my-auto font-bold text-lg">Nama Kendaraan</span> <span className="h-min my-auto font-bold text-lg">Nama Kendaraan</span>
<input value={kendaraan} onChange={(e) => { <input value={namaKendaraan} onChange={(e) => {
setNamaKendaraan(e.target.value) setNamaKendaraan(e.target.value)
}} type="tel" required className="drop-shadow-xl w-2/3 p-2 rounded-xl" /> }} type="tel" required className="drop-shadow-xl w-2/3 p-2 rounded-xl" />
</div> </div>
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment