From 6f6a9100e9098df2090dde09f7dd102f1517a75a Mon Sep 17 00:00:00 2001 From: William Rodrigues <86368140+Bobonimo111@users.noreply.github.com> Date: Thu, 12 Mar 2026 04:40:12 -0300 Subject: [PATCH] removed button changed possition to make more acessibility (#7341) --- .../components/RequestPane/MultipartFormParams/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/bruno-app/src/components/RequestPane/MultipartFormParams/index.js b/packages/bruno-app/src/components/RequestPane/MultipartFormParams/index.js index 08db324a1..654ff116e 100644 --- a/packages/bruno-app/src/components/RequestPane/MultipartFormParams/index.js +++ b/packages/bruno-app/src/components/RequestPane/MultipartFormParams/index.js @@ -130,10 +130,6 @@ const MultipartFormParams = ({ item, collection }) => { if (fileName) { return (
- - - {fileName} - + + + {fileName} +
); }