post status form error handling
This commit is contained in:
parent
7fc0765dc9
commit
d449701b84
3 changed files with 3 additions and 12 deletions
|
|
@ -49,11 +49,6 @@ const postStatus = ({
|
|||
|
||||
return data
|
||||
})
|
||||
.catch((err) => {
|
||||
return {
|
||||
error: err.message,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
const editStatus = ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue