Enable event invite actions and add photo print sizes

This commit is contained in:
2026-09-10 13:17:36 -04:00
parent f35de3b03c
commit a2acd1d08b
4 changed files with 39 additions and 9 deletions
@@ -182,7 +182,7 @@ export function EventPeople({
</Button>
</form>
) : null}
{canManage && event.data?.groupId ? <PendingInvites groupId={event.data.groupId} eventId={eventId} /> : null}
{canManage && event.data?.groupId ? <PendingInvites groupId={event.data.groupId} eventId={eventId} canRevoke /> : null}
</CardContent>
</Card>
);