remove: log from create guilds
This commit is contained in:
@@ -131,22 +131,21 @@ export const CreateGuilds = ({ guild, updateTable }) => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(guildsDataArray);
|
dispatch(updateGuildByNationalIdNewService(guildsDataArray)).then(
|
||||||
// dispatch(updateGuildByNationalIdNewService(guildsDataArray)).then(
|
(result) => {
|
||||||
// (result) => {
|
if (result.payload.error) {
|
||||||
// if (result.payload.error) {
|
handleSubmitError(openNotif, result.payload.error);
|
||||||
// handleSubmitError(openNotif, result.payload.error);
|
} else {
|
||||||
// } else {
|
handleSubmitSuccess(
|
||||||
// handleSubmitSuccess(
|
dispatch,
|
||||||
// dispatch,
|
openNotif,
|
||||||
// openNotif,
|
updateTable,
|
||||||
// updateTable,
|
values,
|
||||||
// values,
|
result.payload?.data
|
||||||
// result.payload?.data
|
);
|
||||||
// );
|
}
|
||||||
// }
|
}
|
||||||
// }
|
);
|
||||||
// );
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user