Fixing build issue-Passing PAT

This commit is contained in:
JeyGR 2024-12-19 13:18:28 +05:30 committed by jey-exp
parent 6e3d6cee39
commit bb1ac403f1

View file

@ -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})
} }
} }