Merge branch 'warunee-dev' into develop
This commit is contained in:
commit
16dbc9bad2
1 changed files with 0 additions and 2 deletions
|
|
@ -37,7 +37,6 @@ const getData = async () => {
|
|||
.get(config.API.msgInbox)
|
||||
.then((res: any) => {
|
||||
const data = res.data.result;
|
||||
console.log(data);
|
||||
let list: DataInbox[] = [];
|
||||
data.map((e: ResponseInbox) => {
|
||||
list.push({
|
||||
|
|
@ -76,7 +75,6 @@ const deleteData = (id: string) => {
|
|||
|
||||
//รอ api ลบ
|
||||
const removeData = async (id: string) => {
|
||||
console.log("delete=", id);
|
||||
showLoader();
|
||||
await http
|
||||
.delete(config.API.msgInboxDelete(id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue