Update routing to use new page names
This commit is contained in:
parent
1fac774521
commit
7271662cc8
|
@ -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