mirror of
https://github.com/usebruno/bruno.git
synced 2025-03-04 17:41:21 +01:00
Update packages/bruno-app/src/components/RequestPane/RawFileParams/index.js
Co-authored-by: Sanjai Kumar <84461672+sanjai0py@users.noreply.github.com>
This commit is contained in:
parent
1415e76c07
commit
a425c27b5c
@ -10,7 +10,6 @@ import { updateRequestBody } from 'providers/ReduxStore/slices/collections/index
|
||||
|
||||
const RawFileParams = ({ item, collection }) => {
|
||||
const dispatch = useDispatch();
|
||||
const { storedTheme } = useTheme();
|
||||
const fileName = item.draft ? get(item, 'draft.request.body.rawFile') : get(item, 'request.body.rawFile') || [];
|
||||
|
||||
const handleFileChange = (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user