From bed677763010bff83bf54a1ab8d9f5104be27740 Mon Sep 17 00:00:00 2001 From: JohannaPeanut <76495099+JohannaPeanut@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:44:49 +0100 Subject: [PATCH] ContactsTable: add back link --- .../contacts/table/_components/ContactsTable.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/(loggedInProjects)/[projectSlug]/contacts/table/_components/ContactsTable.tsx b/src/app/(loggedInProjects)/[projectSlug]/contacts/table/_components/ContactsTable.tsx index 850f8d47..332f679b 100644 --- a/src/app/(loggedInProjects)/[projectSlug]/contacts/table/_components/ContactsTable.tsx +++ b/src/app/(loggedInProjects)/[projectSlug]/contacts/table/_components/ContactsTable.tsx @@ -1,7 +1,7 @@ "use client" import { ObjectDump } from "@/src/app/admin/_components/ObjectDump" import { improveErrorMessage } from "@/src/core/components/forms/improveErrorMessage" -import { pinkButtonStyles } from "@/src/core/components/links" +import { Link, pinkButtonStyles } from "@/src/core/components/links" import { ButtonWrapper } from "@/src/core/components/links/ButtonWrapper" import { useProjectSlug } from "@/src/core/routes/useProjectSlug" import { isProduction } from "@/src/core/utils" @@ -152,6 +152,9 @@ export const ContactsTable = () => { return ( <> + + Zurück zu externen Kontakten +
{errors.length > 0 ? (
- ({