url now takes the same format as in other components
This commit is contained in:
parent
4d7c214a16
commit
8804dc903e
|
@ -82,6 +82,7 @@
|
|||
width: 25,
|
||||
flex: 0,
|
||||
editable: false,
|
||||
sortable: false,
|
||||
cellRenderer: getRenderer({
|
||||
type: '_id',
|
||||
options: detailUrl
|
||||
|
|
|
@ -143,7 +143,7 @@ function viewDetailsRenderer(options) {
|
|||
new ViewDetails({
|
||||
target: container,
|
||||
props: {
|
||||
url: `/${options}/${params.data._id}`,
|
||||
url: `${options}/${params.data._id}`,
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue