export const addBrand = (state, refreshTable, closeModal) => { const str = JSON.stringify(state); console.log(str); // Console Log print. alert(str); };