Fix demo starter package seeding

This commit is contained in:
Codex Agent
2026-01-16 13:52:32 +01:00
parent 3b3aee1703
commit 1974e31211
3 changed files with 84 additions and 73 deletions

View File

@@ -6,7 +6,7 @@ import { Button } from '@tamagui/button';
import { useTheme } from '@tamagui/core';
const DEV_TENANT_KEYS = [
{ key: 'cust-standard-empty', label: 'Endkunde Standard (kein Event)' },
{ key: 'cust-standard-empty', label: 'Endkunde Starter (kein Event)' },
{ key: 'cust-starter-wedding', label: 'Endkunde Starter (Hochzeit)' },
{ key: 'reseller-s-active', label: 'Reseller S 3 aktive Events' },
{ key: 'reseller-s-full', label: 'Reseller S voll belegt (5/5)' },