upd: tambah satuan
Deskripsi: - satuan luas tempat usaha - satuan pendapatan perbulan - pada tambah, edit, detail surat No Issues
This commit is contained in:
@@ -31,7 +31,7 @@ import {
|
||||
IconInfoCircle,
|
||||
IconNotes,
|
||||
IconPhone,
|
||||
IconUpload,
|
||||
IconUpload
|
||||
} from "@tabler/icons-react";
|
||||
import dayjs from "dayjs";
|
||||
import "dayjs/locale/id";
|
||||
@@ -527,6 +527,10 @@ export default function FormSurat() {
|
||||
(n: any) => n.key == item.key,
|
||||
)?.value
|
||||
}
|
||||
rightSection={
|
||||
item.satuan != null &&
|
||||
<Text mr={"lg"}>{item.satuan}</Text>
|
||||
}
|
||||
/>
|
||||
)}
|
||||
</Grid.Col>
|
||||
|
||||
Reference in New Issue
Block a user