diff --git a/src/components/AdminConsole.tsx b/src/components/AdminConsole.tsx index 5dcaf53..e0deb31 100644 --- a/src/components/AdminConsole.tsx +++ b/src/components/AdminConsole.tsx @@ -31,6 +31,7 @@ import { useFiestaAllTenants } from '../services/fiestaQueries'; import { FIESTA_TENANT_ID, str as fstr, num as fnum } from '../services/fiestaApi'; +import StoreQRView from './StoreQRView'; export default function AdminConsole({ activeTab: propActiveTab, showHeader = true, onBack, tenantId }: { activeTab?: 'tenant' | 'store' | 'rider', showHeader?: boolean, onBack?: () => void, tenantId?: number }) { const [activeTab, setActiveTab] = useState<'tenant' | 'store' | 'rider'>(propActiveTab || 'tenant'); @@ -448,6 +449,15 @@ VALUES (${newUserId}, 1, 'Active', NOW());

Store {storeForm.locationname} has been initialized. A default placeholder manager user has been spawned in inactive mode (requires password setup).

+
+ +
{onBack && (