Update reload dataTable
This commit is contained in:
@@ -194,7 +194,7 @@ export default function CorporatePlanList({handleSubmitSuccess}) {
|
||||
if(responseData)
|
||||
{
|
||||
setTimeout(() => {
|
||||
window.location.reload();
|
||||
loadDataTableData();
|
||||
}, 2000);
|
||||
enqueueSnackbar(responseData.message ?? 'Berhasil tambah file MemberID '+member_id+', silahkan lihat dilaporan', { variant: 'success' });
|
||||
handleSubmitSuccess();
|
||||
|
||||
Reference in New Issue
Block a user