fix upload file bugs

This commit is contained in:
smanylov
2026-01-30 13:04:32 +07:00
parent 4f6648ead8
commit 42100761c1
3 changed files with 17 additions and 6 deletions
@@ -297,6 +297,7 @@ export default function SectionSearchFile({ fileType, allowedExtensions, maxFile
className="btn btn-primary"
onClick={handleButtonClick}
type="button"
disabled={uploadProgress && uploadProgress !== 100 ? true : false}
>
Выбрать файл
</button>