♻️ Tweaks in frontend (#1273)
This commit is contained in:
@@ -47,7 +47,7 @@ const useAuth = () => {
|
||||
errDetail = err.message
|
||||
}
|
||||
|
||||
showToast("Something went wrong.", `${errDetail}`, "error")
|
||||
showToast("Something went wrong.", errDetail, "error")
|
||||
},
|
||||
onSettled: () => {
|
||||
queryClient.invalidateQueries({ queryKey: ["users"] })
|
||||
|
Reference in New Issue
Block a user