report bug fix

This commit is contained in:
hamid zarghami
2025-08-23 15:18:07 +03:30
parent 27eb5af7fd
commit fc206b3392
5 changed files with 61 additions and 28 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ const ReportBug: React.FC = () => {
content: description,
rating: getRatingFromFeeling(feeling),
serviceId: import.meta.env.VITE_SERVICE_ID,
email: data?.data?.user?.emailAddress,
email: data?.data?.user?.email,
phone: data?.data?.user?.phone,
}, {
onSuccess: () => {
toast('گزارش با موفقیت ارسال شد', 'success')