From c88b3fd7bc2ee64058b9bf0fa5679027afdc0391 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 4 May 2026 14:09:20 +0330 Subject: [PATCH] ticket update --- .env | 4 ++-- src/pages/order/components/TicketSection.tsx | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.env b/.env index 9c3820a..217f754 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VITE_API_BASE_URL = 'https://negareh-api.dev.danakcorp.com' -# VITE_API_BASE_URL = 'http://10.39.173.88:4000' +# VITE_API_BASE_URL = 'https://negareh-api.dev.danakcorp.com' +VITE_API_BASE_URL = 'http://10.23.26.88:4000' VITE_TOKEN_NAME = 'negareh_at' VITE_REFRESH_TOKEN_NAME = 'negareh_art' diff --git a/src/pages/order/components/TicketSection.tsx b/src/pages/order/components/TicketSection.tsx index 39213ef..5f0cb08 100644 --- a/src/pages/order/components/TicketSection.tsx +++ b/src/pages/order/components/TicketSection.tsx @@ -1,5 +1,4 @@ import Button from '@/components/Button' -import Input from '@/components/Input' import UploadBox from '@/components/UploadBox' import { Microphone, Paperclip2 } from 'iconsax-react' import { useState, type FC } from 'react' @@ -89,14 +88,6 @@ const TicketSection: FC = () => { return (
- {/* Designer Name */} -
- -
{ data?.data?.map((item) => { if (item.user)