Fehlender EventID Filter zu Teilnehmer tabelle hinzugefügt. Adatar-alternative in Nutzer übersicht

This commit is contained in:
PxlLoewe
2026-01-13 13:11:54 +01:00
parent b1d1e7f2bf
commit edfaf7a228
2 changed files with 28 additions and 16 deletions

View File

@@ -264,6 +264,7 @@ export const Form = ({ event }: { event?: Event }) => {
showSearch
getFilter={(searchTerm) =>
({
AND: [{ eventId: event?.id }],
OR: [
{
User: {