fix: normalize select file labels (#8021)

This commit is contained in:
mehmet turac
2026-05-18 02:37:54 +03:00
committed by GitHub
parent da779883a6
commit b79349b052
7 changed files with 7 additions and 7 deletions

View File

@@ -227,7 +227,7 @@ const ResponseExampleMultipartFormParams = ({ item, collection, exampleUid, edit
<button
className="upload-btn ml-1"
onClick={() => handleBrowseFiles(row, onChange)}
title="Select file"
title="Select File"
>
<IconUpload size={16} />
</button>