refactor: replace FormUpload with DialogUpload component for file uploads

This commit is contained in:
Ardeman
2025-03-11 10:42:33 +08:00
parent 07cced218e
commit 6f0a21dde6
5 changed files with 147 additions and 149 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { z } from 'zod'
import type { TUploadSchema } from '~/layouts/admin/form-upload'
import type { TUploadSchema } from '~/layouts/admin/dialog-upload'
import { HttpServer, type THttpServer } from '~/libs/http-server'
const uploadResponseSchema = z.object({