mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
fix: normalize select file labels (#8021)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user