diff --git a/frontend/src/routes/(app)/(internal)/ro-to/[id=uuid]/+page.svelte b/frontend/src/routes/(app)/(internal)/ro-to/[id=uuid]/+page.svelte index 6305659e3..108d5f8d1 100644 --- a/frontend/src/routes/(app)/(internal)/ro-to/[id=uuid]/+page.svelte +++ b/frontend/src/routes/(app)/(internal)/ro-to/[id=uuid]/+page.svelte @@ -5,6 +5,7 @@ import { pageTitle } from '$lib/utils/stores'; import { safeTranslate } from '$lib/utils/i18n'; import ModelTable from '$lib/components/ModelTable/ModelTable.svelte'; + import Anchor from '$lib/components/Anchor/Anchor.svelte'; export let data: PageData; @@ -61,13 +62,13 @@ {roto.target_objective}

- {m.edit()} - +