upd: detail api
Deskripsi - detail pengaduan by nomer pengaduan - detail pengajuan surat by nomer pengajuan No Issues
This commit is contained in:
@@ -45,7 +45,7 @@ export default function DetailPengajuanPage() {
|
||||
const { data, mutate, isLoading } = useSwr("/", () =>
|
||||
apiFetch.api.pelayanan.detail.get({
|
||||
query: {
|
||||
id: id!,
|
||||
nomerPengajuan: id!,
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function DetailPengaduanPage() {
|
||||
const { data, mutate, isLoading } = useSwr("/", () =>
|
||||
apiFetch.api.pengaduan.detail.get({
|
||||
query: {
|
||||
id: id!,
|
||||
nomerPengaduan: id!,
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user