ticket update

This commit is contained in:
hamid zarghami
2026-05-04 14:09:20 +03:30
parent 000df98f23
commit c88b3fd7bc
2 changed files with 2 additions and 11 deletions
+2 -2
View File
@@ -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'
@@ -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 (
<div className="bg-white rounded-2xl p-6">
{/* Designer Name */}
<div className="mt-6 rowTwoInput">
<Input
label="نام طراح"
placeholder="عباس حسینی"
readOnly
/>
</div>
{
data?.data?.map((item) => {
if (item.user)