mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Renamed id routes for API.
This commit is contained in:
parent
53a991176b
commit
4429198397
42 changed files with 154 additions and 170 deletions
|
|
@ -17,7 +17,7 @@ export function TeamWebsitesTable({
|
|||
<GridColumn name="domain" label={formatMessage(labels.domain)} />
|
||||
<GridColumn name="action" label=" " alignment="end">
|
||||
{row => {
|
||||
const { id: websiteId } = row;
|
||||
const { websiteId } = row;
|
||||
return (
|
||||
<Link href={`/websites/${websiteId}`}>
|
||||
<Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue