mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Fixing build issue-Passing PAT
This commit is contained in:
parent
6e3d6cee39
commit
bb1ac403f1
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ function RolesUpdate(props: Props) {
|
||||||
} else {
|
} else {
|
||||||
setIsSubmitting(false)
|
setIsSubmitting(false)
|
||||||
setError('Error ' + res.status + ': ' + res.data.detail)
|
setError('Error ' + res.status + ': ' + res.data.detail)
|
||||||
toast.error("Couldn't update now", {id:toastId})
|
toast.error("Error while updating role", {id:toastId})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue