rename query table value from path to value

This commit is contained in:
ganesh-bruno
2025-07-18 13:33:29 +05:30
parent 8e7bdc2bfd
commit b3a0234ec3

View File

@@ -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%' }
]}
>