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