change name office-info && change name img uploaded && change theme selector && set default tab in appo page && clean code

This commit is contained in:
Ehsan
2025-07-25 00:02:46 +03:30
parent 901bca6529
commit 7e61867e3d
11 changed files with 33 additions and 23 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export const request = {
api.post("file/upload/clinic_pro/doctor/field_image", data, {
headers: {
"Content-Type": "application/octet-stream",
"Content-Disposition": 'file; filename="filename.jpg"',
"Content-Disposition": `file; filename="${data.name}"`,
"X-CSRF-Token": "",
},
}),