1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Update routing to use new page names

This commit is contained in:
Andrew Kingston 2020-10-22 17:46:44 +01:00
parent b50addf96b
commit b892d1c4da

View file

@ -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>