progressbar uploading
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-07-01 16:27:21 +03:30
parent bbb797cc62
commit 22d15f9a13
9 changed files with 97 additions and 9 deletions
@@ -72,7 +72,7 @@ const SettingsPanel = () => {
if (!file) return
try {
const result = await uploadFile(file)
const result = await uploadFile({ file })
const imageUrl = result?.data?.url
if (!imageUrl) return