mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 06:34:06 +00:00
rename query table value from path to value
This commit is contained in:
@@ -147,7 +147,7 @@ const QueryParams = ({ item, collection }) => {
|
||||
<Table
|
||||
headers={[
|
||||
{ name: 'Name', accessor: 'name', width: '31%' },
|
||||
{ name: 'Path', accessor: 'path', width: '56%' },
|
||||
{ name: 'Value', accessor: 'path', width: '56%' },
|
||||
{ name: '', accessor: '', width: '13%' }
|
||||
]}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user