delete logs
This commit is contained in:
@@ -47,7 +47,6 @@ const ConfirmContent = ({rowId, mutate, setOpenConfirmDialog, vehicle_type, hand
|
|||||||
const booleanData = Array.from({length: response.data.data.attachment_files.length}, () => false);
|
const booleanData = Array.from({length: response.data.data.attachment_files.length}, () => false);
|
||||||
setAccordionStates(booleanData);
|
setAccordionStates(booleanData);
|
||||||
setDetailsData(response.data)
|
setDetailsData(response.data)
|
||||||
console.log(response.data.data)
|
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user