1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +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 return
} }
$goto( $goto(
`/${$params.application}/backend/table/${tableId}/relationship/${row._id}/${fieldName}` `/${$params.application}/data/table/${tableId}/relationship/${row._id}/${fieldName}`
) )
} }
</script> </script>