ticket update
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
VITE_API_BASE_URL = 'https://negareh-api.dev.danakcorp.com'
|
# VITE_API_BASE_URL = 'https://negareh-api.dev.danakcorp.com'
|
||||||
# VITE_API_BASE_URL = 'http://10.39.173.88:4000'
|
VITE_API_BASE_URL = 'http://10.23.26.88:4000'
|
||||||
VITE_TOKEN_NAME = 'negareh_at'
|
VITE_TOKEN_NAME = 'negareh_at'
|
||||||
VITE_REFRESH_TOKEN_NAME = 'negareh_art'
|
VITE_REFRESH_TOKEN_NAME = 'negareh_art'
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import Button from '@/components/Button'
|
import Button from '@/components/Button'
|
||||||
import Input from '@/components/Input'
|
|
||||||
import UploadBox from '@/components/UploadBox'
|
import UploadBox from '@/components/UploadBox'
|
||||||
import { Microphone, Paperclip2 } from 'iconsax-react'
|
import { Microphone, Paperclip2 } from 'iconsax-react'
|
||||||
import { useState, type FC } from 'react'
|
import { useState, type FC } from 'react'
|
||||||
@@ -89,14 +88,6 @@ const TicketSection: FC = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="bg-white rounded-2xl p-6">
|
<div className="bg-white rounded-2xl p-6">
|
||||||
{/* Designer Name */}
|
|
||||||
<div className="mt-6 rowTwoInput">
|
|
||||||
<Input
|
|
||||||
label="نام طراح"
|
|
||||||
placeholder="عباس حسینی"
|
|
||||||
readOnly
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
{
|
{
|
||||||
data?.data?.map((item) => {
|
data?.data?.map((item) => {
|
||||||
if (item.user)
|
if (item.user)
|
||||||
|
|||||||
Reference in New Issue
Block a user