docket file

This commit is contained in:
hamid zarghami
2025-05-19 16:32:55 +03:30
parent c5c3b0a952
commit 75d671545b
5 changed files with 1114 additions and 7633 deletions
+2
View File
@@ -113,6 +113,8 @@ const CreateCompany: FC = () => {
const coverUploadRes = await singleUpload.mutateAsync(formDataCover)
values.coverImageUrl = coverUploadRes.data.url
await createCompany.mutateAsync(values, {
onSuccess: () => {
toast.success('شرکت با موفقیت ثبت شد')