upd: kalender divisi
Deskripsi: - tambah kalender divisi - nb : blm selesai No Issues
This commit is contained in:
@@ -151,7 +151,7 @@ export default function Report() {
|
||||
/>
|
||||
<InputDate
|
||||
onChange={(val) => validationForm("date", val)}
|
||||
type="date"
|
||||
mode="date"
|
||||
value={data.date}
|
||||
label="Tanggal Awal"
|
||||
required
|
||||
@@ -161,7 +161,7 @@ export default function Report() {
|
||||
/>
|
||||
<InputDate
|
||||
onChange={(val) => validationForm("dateEnd", val)}
|
||||
type="date"
|
||||
mode="date"
|
||||
value={data.dateEnd}
|
||||
label="Tanggal Akhir"
|
||||
required
|
||||
|
||||
Reference in New Issue
Block a user