From bb1ac403f16815fe69cceb0ab1d68d31cf908ff2 Mon Sep 17 00:00:00 2001 From: JeyGR Date: Thu, 19 Dec 2024 13:18:28 +0530 Subject: [PATCH] Fixing build issue-Passing PAT --- .../web/components/Objects/Modals/Dash/OrgUsers/RolesUpdate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/Objects/Modals/Dash/OrgUsers/RolesUpdate.tsx b/apps/web/components/Objects/Modals/Dash/OrgUsers/RolesUpdate.tsx index e8bea627..0c14a500 100644 --- a/apps/web/components/Objects/Modals/Dash/OrgUsers/RolesUpdate.tsx +++ b/apps/web/components/Objects/Modals/Dash/OrgUsers/RolesUpdate.tsx @@ -49,7 +49,7 @@ function RolesUpdate(props: Props) { } else { setIsSubmitting(false) setError('Error ' + res.status + ': ' + res.data.detail) - toast.error("Couldn't update now", {id:toastId}) + toast.error("Error while updating role", {id:toastId}) } }