Update routing to use new page names
This commit is contained in:
parent
b50addf96b
commit
b892d1c4da
|
@ -46,7 +46,7 @@
|
|||
return
|
||||
}
|
||||
$goto(
|
||||
`/${$params.application}/backend/table/${tableId}/relationship/${row._id}/${fieldName}`
|
||||
`/${$params.application}/data/table/${tableId}/relationship/${row._id}/${fieldName}`
|
||||
)
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue