mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4638] [MERGED] fix: do not show an empty body element when bulk editing #4890
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4890
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4638
Author: @amk-dev
Created: 12/22/2024
Status: ✅ Merged
Merged: 12/23/2024
Merged by: @jamesgeorge007
Base:
next← Head:fix/dont-show-no-body-on-bulk-edit📝 Commits (2)
c518593fix: do not show empty body element on bulk edit6e2e2f9chore: update history disable state copy text📊 Changes
3 files changed (+3 additions, -3 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+1 -1)📝
packages/hoppscotch-common/src/components/http/BodyParameters.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/URLEncodedParams.vue(+1 -1)📄 Description
Before
The empty element for no body was visible when bulk editing also.
After
This PR removes the empty element for no body when bulk editing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.